Reload minimap info if it could get replaced

This commit is contained in:
NepDisk 2026-03-29 06:49:34 -04:00
parent d8142d7bd6
commit 11c63396cd

View file

@ -9823,6 +9823,10 @@ boolean P_MultiSetupWadFiles(boolean fullsetup)
ST_LoadGraphics();
ST_ReloadSkinFaceGraphics();
// reload minimap stuff while were in the map since it may get replaced otherwise
if (gamestate == GS_LEVEL)
P_InitMinimapInfo();
if (!partadd_important)
partadd_stage = -1; // everything done
else if (fullsetup)