mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 20:50:58 +00:00
TRUE is not a vaild boolean under non Windows system
This commit is contained in:
parent
e4ad95856f
commit
4e37964336
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,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.
|
||||||
|
|
Loading…
Reference in a new issue