I don't see a reason for this to be in caps, but it stops me compiling DEVELOP on linux so fix

This commit is contained in:
Sryder 2018-02-23 01:11:31 +00:00
parent 6abc6aa4d2
commit 192d28f7e0

View file

@ -111,7 +111,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.