mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-16 12:45:00 -04:00
Unlock all MP features
This commit is contained in:
@@ -787,9 +787,5 @@ void challengeConsiderMarkingComplete(void)
|
||||
|
||||
bool challengeIsFeatureUnlocked(s32 featurenum)
|
||||
{
|
||||
if (featurenum == 0) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return (g_MpFeaturesUnlocked[featurenum] & 1) != 0;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user