From 153ffa471799366c0a272d42216a70aaae775a9d Mon Sep 17 00:00:00 2001 From: James R Date: Thu, 29 Feb 2024 21:33:08 -0800 Subject: [PATCH] Replays: do not save file at intermission start - Postpone saving until intermission ends --- src/y_inter.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/y_inter.cpp b/src/y_inter.cpp index 545627e9f..fe380119b 100644 --- a/src/y_inter.cpp +++ b/src/y_inter.cpp @@ -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