mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
DEVELOP devmode cheat: save gamedata instantly
This commit is contained in:
parent
304ed85941
commit
d1c954fd86
1 changed files with 2 additions and 0 deletions
|
|
@ -153,6 +153,8 @@ static UINT8 cheatf_devmode(void)
|
||||||
devparm = true;
|
devparm = true;
|
||||||
cht_debug |= 0x8000;
|
cht_debug |= 0x8000;
|
||||||
|
|
||||||
|
G_SaveGameData();
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue