- 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:
parent
ece980d372
commit
76816f7da8
2 changed files with 4 additions and 1 deletions
|
|
@ -2353,7 +2353,7 @@ void AM_Drawer ()
|
|||
}
|
||||
AM_activateNewScale();
|
||||
|
||||
if (am_textured && hasglnodes && textured)
|
||||
if (am_textured && hasglnodes && textured && !viewactive)
|
||||
AM_drawSubsectors();
|
||||
|
||||
if (grid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue