Welp, that space removal was my fault

This commit is contained in:
Monster Iestyn 2017-08-04 22:22:20 +01:00
parent 0270e50ce5
commit 157c5625d7
1 changed files with 1 additions and 1 deletions

View File

@ -3008,7 +3008,7 @@ boolean P_SetupLevel(boolean skipprecip)
P_RunCachedActions();
if (!(netgame || multiplayer|| demoplayback || demorecording || metalrecording || modeattacking || players[consoleplayer].lives <= 0)
if (!(netgame || multiplayer || demoplayback || demorecording || metalrecording || modeattacking || players[consoleplayer].lives <= 0)
&& (!modifiedgame || savemoddata) && cursaveslot >= 0 && CanSaveLevel(gamemap))
G_SaveGame((UINT32)cursaveslot);