- added forced automap style to linedef, UDMF only
https://forum.zdoom.org/viewtopic.php?t=59808
This commit is contained in:
parent
90cb0b3215
commit
c6f7d92c76
4 changed files with 57 additions and 0 deletions
|
|
@ -1111,6 +1111,10 @@ public:
|
|||
Flag(ld->flags, ML_REVEALED, key);
|
||||
continue;
|
||||
|
||||
case NAME_AutomapStyle:
|
||||
ld->automapstyle = AutomapLineStyle(CheckInt(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