- allow specifying specials in ZSDF by name.
- allow specifying a decal ID by name in UDMF.
This commit is contained in:
parent
ee6e427e78
commit
f31ddbc57c
4 changed files with 20 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue