diff --git a/src/p_lnspec.cpp b/src/p_lnspec.cpp index 5c1693ac9..857c8ef87 100644 --- a/src/p_lnspec.cpp +++ b/src/p_lnspec.cpp @@ -1115,6 +1115,10 @@ FUNC(LS_ThrustThing) } else if (it) { + if (level.flags2 & LEVEL2_HEXENHACK && backSide) + { + return false; + } ThrustThingHelper (it, BYTEANGLE(arg0), arg1, arg2); return true; }