- added 'revealed on automap' linedef flag, UDMF only
https://forum.zdoom.org/viewtopic.php?t=59808
This commit is contained in:
parent
0c4a08460f
commit
90cb0b3215
4 changed files with 7 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue