This commit is contained in:
MascaraSnake 2019-06-18 19:06:05 +02:00
parent 95a0b3fc86
commit 3634321f43
1 changed files with 2 additions and 1 deletions

View File

@ -8522,7 +8522,8 @@ void P_MobjThinker(mobj_t *mobj)
momz = abs(mobj->momz);
if (R_PointToDist2(0, 0, mobj->momx, mobj->momy) < momz)
P_InstaThrust(mobj, R_PointToAngle2(0, 0, mobj->momx, mobj->momy), momz);
mobj->flags2 |= MF2_AMBUSH|MF_NOGRAVITY|MF_NOCLIPHEIGHT;
mobj->flags |= MF_NOGRAVITY|MF_NOCLIPHEIGHT;
mobj->flags2 |= MF2_AMBUSH;
break;
}
case MT_SALOONDOOR: