Merge remote-tracking branch 'gzdoom/master'
This commit is contained in:
commit
bde15af593
72 changed files with 1058 additions and 517 deletions
|
|
@ -2630,7 +2630,7 @@ void DAutomap::drawWalls (bool allmap)
|
|||
}
|
||||
else if (line.flags & ML_SECRET)
|
||||
{ // secret door
|
||||
if (am_cheat != 0 && line.backsector != nullptr)
|
||||
if (am_cheat != 0 && am_cheat < 4 && line.backsector != nullptr)
|
||||
drawMline(&l, AMColors.SecretWallColor);
|
||||
else
|
||||
drawMline(&l, AMColors.WallColor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue