From 72556904828debfd665782a2df7bfc05239d89ac Mon Sep 17 00:00:00 2001 From: SteelT Date: Sun, 8 May 2022 12:32:45 -0400 Subject: [PATCH] Restore refreshdirmenu = 0 line that was removed Fixes the "file was loaded with error" semi-softlock --- src/d_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d_main.c b/src/d_main.c index 2d6af058f..4d2e468bd 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -774,6 +774,8 @@ void D_SRB2Loop(void) realtics = entertic - oldentertics; oldentertics = entertic; + refreshdirmenu = 0; // not sure where to put this, here as good as any? + if (demo.playback && gamestate == GS_LEVEL) { // Nicer place to put this.