Unlock all MP features

This commit is contained in:
Ryan Dwyer
2022-11-08 17:21:36 +10:00
parent e1c70fc9aa
commit 5c6c779ed2
+1 -5
View File
@@ -787,9 +787,5 @@ void challengeConsiderMarkingComplete(void)
bool challengeIsFeatureUnlocked(s32 featurenum)
{
if (featurenum == 0) {
return true;
}
return (g_MpFeaturesUnlocked[featurenum] & 1) != 0;
return true;
}