- 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

@ -1107,6 +1107,10 @@ public:
Flag(ld->flags, ML_3DMIDTEX_IMPASS, key);
continue;
case NAME_Revealed:
Flag(ld->flags, ML_REVEALED, key);
continue;
case NAME_MoreIds:
// delay parsing of the tag string until parsing of the sector is complete
// This ensures that the ID is always the first tag in the list.