- added a new 'playeruseback' linedef trigger type that allows using lines from the bxck side.

SVN r2302 (trunk)
This commit is contained in:
Christoph Oelckers 2010-04-25 07:21:35 +00:00
commit bdc5d941c2
6 changed files with 50 additions and 21 deletions

View file

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