Game saves when you use the cheat

Because of other G_SaveGameData instances added in the last patch, this cheat can get saved anyway. Since this is just supposed to be convenience for server hosts, we might as well make it work like other console Kart racers and just make it save anyway!
This commit is contained in:
TehRealSalt 2018-11-25 02:24:33 -05:00
parent d5270a8b91
commit 2485e25268

View file

@ -97,7 +97,7 @@ static UINT8 cheatf_warp(void)
if (success) if (success)
{ {
G_SetGameModified(false); G_SaveGameData(true); //G_SetGameModified(false);
S_StartSound(0, sfx_kc42); S_StartSound(0, sfx_kc42);
} }