mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
true not TRUE
This commit is contained in:
parent
c50831f875
commit
6ef9ee5467
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ static UINT8 cheatf_devmode(void)
|
|||
G_SetGameModified(false);
|
||||
for (i = 0; i < MAXUNLOCKABLES; i++)
|
||||
unlockables[i].unlocked = true;
|
||||
devparm = TRUE;
|
||||
devparm = true;
|
||||
cv_debug |= 0x8000;
|
||||
|
||||
// Refresh secrets menu existing.
|
||||
|
|
Loading…
Reference in a new issue