Merge branch 'master' of https://github.com/rheit/zdoom
This commit is contained in:
commit
cf7f7b0d54
7 changed files with 12 additions and 6 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue