- disable check for hidden sectors because it does more harm than good.

- don't draw a textured automap in overlay mode.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@910 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
Christoph Oelckers 2010-08-27 17:50:18 +00:00
parent af753ebe37
commit d0f8ac9267
2 changed files with 1541 additions and 1 deletions

View file

@ -2353,7 +2353,7 @@ void AM_Drawer ()
}
AM_activateNewScale();
if (am_textured && hasglnodes && textured)
if (am_textured && hasglnodes && textured && !viewactive)
AM_drawSubsectors();
if (grid)