mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
6abc6aa4d2
commit
192d28f7e0
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…
Add table
Reference in a new issue