mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-04-11 04:40:58 +00:00
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:
parent
dbc27e9c9e
commit
387f6b904c
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,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