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

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


SVN r2614 (trunk)
This commit is contained in:
Christoph Oelckers 2010-08-27 17:49:27 +00:00
commit 76816f7da8
2 changed files with 4 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)