- added a new 'playeruseback' linedef trigger type that allows using lines from the bxck side.
SVN r2302 (trunk)
This commit is contained in:
parent
674c63d66c
commit
bdc5d941c2
6 changed files with 50 additions and 21 deletions
|
|
@ -721,6 +721,10 @@ struct UDMFParser
|
|||
Flag(ld->activation, SPAC_Use, key);
|
||||
continue;
|
||||
|
||||
case NAME_Playeruseback:
|
||||
Flag(ld->activation, SPAC_UseBack, key);
|
||||
continue;
|
||||
|
||||
case NAME_Monstercross:
|
||||
Flag(ld->activation, SPAC_MCross, key);
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue