Replays: do not save file at intermission start

- Postpone saving until intermission ends
This commit is contained in:
James R 2024-02-29 21:33:08 -08:00
parent e05daf0f11
commit 153ffa4717

View file

@ -1756,9 +1756,6 @@ void Y_Ticker(void)
replayprompttic++;
G_CheckDemoTitleEntry();
}
if (demo.savemode == demovars_s::DSM_WILLSAVE || demo.savemode == demovars_s::DSM_WILLAUTOSAVE)
G_SaveDemo();
}
// Check for pause or menu up in single player