fix automap overlay mode stay on screen after wipe (#223)

This commit is contained in:
Roman Fomin 2021-06-14 13:11:33 +07:00 committed by GitHub
parent d6939ab3ef
commit 6866eabaef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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