mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-27 15:10:30 -04:00
fix automap overlay mode stay on screen after wipe (#223)
This commit is contained in:
parent
d6939ab3ef
commit
6866eabaef
@ -298,7 +298,7 @@ void D_Display (void)
|
|||||||
inhelpscreensstate = inhelpscreens;
|
inhelpscreensstate = inhelpscreens;
|
||||||
oldgamestate = wipegamestate = gamestate;
|
oldgamestate = wipegamestate = gamestate;
|
||||||
|
|
||||||
if (automapactive && automapoverlay)
|
if (gamestate == GS_LEVEL && automapactive && automapoverlay)
|
||||||
{
|
{
|
||||||
AM_Drawer();
|
AM_Drawer();
|
||||||
HU_Drawer();
|
HU_Drawer();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user