mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-05 02:41:10 +00:00
DEVELOP devmode cheat: allow saving
This commit is contained in:
parent
24d3524509
commit
304ed85941
1 changed files with 2 additions and 1 deletions
|
|
@ -146,7 +146,8 @@ static UINT8 cheatf_devmode(void)
|
|||
gamedata->unlocked[i] = true;
|
||||
}
|
||||
|
||||
G_SetUsedCheats();
|
||||
// This is a developer feature, you know how to delete ringdata
|
||||
// G_SetUsedCheats();
|
||||
S_StartSound(0, sfx_kc42);
|
||||
|
||||
devparm = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue