From 2385913d9d494d2a3ed13c1ca414879088ba2656 Mon Sep 17 00:00:00 2001 From: SteelT Date: Tue, 5 Mar 2024 00:23:06 -0500 Subject: [PATCH] Reset gamemap when returning to menus so that g_reloadingMap isn't true when picking the same map again from match race --- src/d_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/d_main.cpp b/src/d_main.cpp index 1ece00a2b..cc516811e 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -1085,6 +1085,7 @@ void D_ClearState(void) nextmapoverride = 0; skipstats = 0; tutorialchallenge = TUTORIALSKIP_NONE; + gamemap = 1; gameaction = ga_nothing; memset(displayplayers, 0, sizeof(displayplayers));