Merge branch 'master' of http://git.magicalgirl.moe/STJr/SRB2 into fix-fixedrem

This commit is contained in:
GoldenTails 2019-08-22 06:27:00 -05:00
commit 74de804817

View file

@ -109,7 +109,7 @@ static UINT8 cheatf_devmode(void)
G_SetGameModified(false); G_SetGameModified(false);
for (i = 0; i < MAXUNLOCKABLES; i++) for (i = 0; i < MAXUNLOCKABLES; i++)
unlockables[i].unlocked = true; unlockables[i].unlocked = true;
devparm = TRUE; devparm = true;
cv_debug |= 0x8000; cv_debug |= 0x8000;
// Refresh secrets menu existing. // Refresh secrets menu existing.