- allow specifying specials in ZSDF by name.

- allow specifying a decal ID by name in UDMF.
This commit is contained in:
Christoph Oelckers 2017-02-26 17:05:04 +01:00
commit f31ddbc57c
4 changed files with 20 additions and 3 deletions

View file

@ -196,6 +196,11 @@ class USDFParser : public UDMFParserBase
reply->ActionSpecial = 0;
break;
case NAME_SpecialName:
if (namespace_bits == Zd)
reply->ActionSpecial = P_FindLineSpecial(CheckString(key));
break;
case NAME_Arg0:
case NAME_Arg1:
case NAME_Arg2: