diff --git a/Source/d_main.c b/Source/d_main.c index 9fa621fd..745e1b9c 100644 --- a/Source/d_main.c +++ b/Source/d_main.c @@ -298,7 +298,7 @@ void D_Display (void) inhelpscreensstate = inhelpscreens; oldgamestate = wipegamestate = gamestate; - if (automapactive && automapoverlay) + if (gamestate == GS_LEVEL && automapactive && automapoverlay) { AM_Drawer(); HU_Drawer();