- 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

@ -294,7 +294,7 @@ bool P_TestActivateLine (line_t *line, AActor *mo, int side, int activationType)
{
lineActivation |= SPAC_Cross|SPAC_MCross;
}
if (activationType == SPAC_Use)
if (activationType ==SPAC_Use || activationType == SPAC_UseBack)
{
if (!P_CheckSwitchRange(mo, line, side))
{