mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Do not call G_HandleSaveLevel between maps
This commit is contained in:
parent
e372d348cd
commit
304bd383de
1 changed files with 0 additions and 1 deletions
|
|
@ -4527,7 +4527,6 @@ void G_AfterIntermission(void)
|
||||||
if (gamestate != GS_VOTING)
|
if (gamestate != GS_VOTING)
|
||||||
{
|
{
|
||||||
G_GetNextMap();
|
G_GetNextMap();
|
||||||
G_HandleSaveLevel();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((grandprixinfo.gp == true) && mapheaderinfo[prevmap]->cutscenenum && !modeattacking && skipstats <= 1 && (gamecomplete || !(marathonmode & MA_NOCUTSCENES))) // Start a custom cutscene.
|
if ((grandprixinfo.gp == true) && mapheaderinfo[prevmap]->cutscenenum && !modeattacking && skipstats <= 1 && (gamecomplete || !(marathonmode & MA_NOCUTSCENES))) // Start a custom cutscene.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue