mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
Update am_map.cpp
This commit is contained in:
parent
0d3134d825
commit
da04616b7d
1 changed files with 1 additions and 1 deletions
|
@ -2902,7 +2902,7 @@ void DAutomap::drawThings ()
|
||||||
while (t)
|
while (t)
|
||||||
{
|
{
|
||||||
if (am_cheat > 0 || !(t->flags6 & MF6_NOTONAUTOMAP)
|
if (am_cheat > 0 || !(t->flags6 & MF6_NOTONAUTOMAP)
|
||||||
|| (am_thingrenderstyles && !(t->renderflags & RF_INVISIBLE)))
|
|| (am_thingrenderstyles && !(t->renderflags & RF_INVISIBLE) && !(t->flags6 & MF6_NOTONAUTOMAP)))
|
||||||
{
|
{
|
||||||
DVector3 pos = t->PosRelative(MapPortalGroup);
|
DVector3 pos = t->PosRelative(MapPortalGroup);
|
||||||
p.x = pos.X;
|
p.x = pos.X;
|
||||||
|
|
Loading…
Reference in a new issue