- added submission for raising master/children/siblings.
- added submission for no decals on wall option. - removed some useless code from SpawnMissile function. SVN r1716 (trunk)
This commit is contained in:
parent
19f8b03738
commit
8e5b7373b8
11 changed files with 148 additions and 79 deletions
|
|
@ -973,6 +973,10 @@ struct UDMFParser
|
|||
Flag(sd->Flags, WALLF_CLIP_MIDTEX, key);
|
||||
continue;
|
||||
|
||||
case NAME_Nodecals:
|
||||
Flag(sd->Flags, WALLF_NOAUTODECALS, key);
|
||||
continue;
|
||||
|
||||
default:
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue