Do not call G_HandleSaveLevel between maps

This commit is contained in:
toaster 2023-06-17 12:38:09 +01:00
parent e372d348cd
commit 304bd383de

View file

@ -4527,7 +4527,6 @@ void G_AfterIntermission(void)
if (gamestate != GS_VOTING)
{
G_GetNextMap();
G_HandleSaveLevel();
}
if ((grandprixinfo.gp == true) && mapheaderinfo[prevmap]->cutscenenum && !modeattacking && skipstats <= 1 && (gamecomplete || !(marathonmode & MA_NOCUTSCENES))) // Start a custom cutscene.