mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-02 18:21:02 +00:00
- 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:
parent
af753ebe37
commit
d0f8ac9267
2 changed files with 1541 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