This commit is contained in:
Christoph Oelckers 2016-03-05 20:20:50 +01:00
commit cf7f7b0d54
7 changed files with 12 additions and 6 deletions

View file

@ -1119,6 +1119,10 @@ FUNC(LS_ThrustThing)
}
else if (it)
{
if (level.flags2 & LEVEL2_HEXENHACK && backSide)
{
return false;
}
ThrustThingHelper (it, BYTEANGLE(arg0), arg1, arg2);
return true;
}