- added 'revealed on automap' linedef flag, UDMF only

https://forum.zdoom.org/viewtopic.php?t=59808
This commit is contained in:
RockstarRaccoon 2018-05-19 09:31:22 +03:00 committed by Christoph Oelckers
commit 90cb0b3215
4 changed files with 7 additions and 1 deletions

View file

@ -2658,7 +2658,7 @@ void AM_drawWalls (bool allmap)
AM_drawMline(&l, AMColors.TSWallColor);
}
}
else if (allmap)
else if (allmap || (line.flags & ML_REVEALED))
{
if ((line.flags & ML_DONTDRAW) && (am_cheat == 0 || am_cheat >= 4))
{