Reset gamemap when returning to menus

so that g_reloadingMap isn't true when picking the same map again from match race
This commit is contained in:
SteelT 2024-03-05 00:23:06 -05:00
parent 6ff9fee9fc
commit 2385913d9d

View file

@ -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));