- added forced automap style to linedef, UDMF only

https://forum.zdoom.org/viewtopic.php?t=59808
This commit is contained in:
alexey.lysiuk 2018-05-19 10:49:04 +03:00 committed by Christoph Oelckers
commit c6f7d92c76
4 changed files with 57 additions and 0 deletions

View file

@ -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.