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 7608055679
commit c67e7f1709

View file

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