DEVELOP devmode cheat: save gamedata instantly

This commit is contained in:
AJ Martinez 2023-07-01 16:17:37 -07:00
parent 304ed85941
commit d1c954fd86

View file

@ -153,6 +153,8 @@ static UINT8 cheatf_devmode(void)
devparm = true;
cht_debug |= 0x8000;
G_SaveGameData();
return 1;
}
#endif