Fixed a bug with the Canarivore gas

This commit is contained in:
MascaraSnake 2019-06-16 21:36:22 +02:00
parent 68060b731f
commit cf7e618b2f
1 changed files with 1 additions and 1 deletions

View File

@ -8522,7 +8522,7 @@ 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;
mobj->flags2 |= MF2_AMBUSH|MF_NOGRAVITY|MF_NOCLIPHEIGHT;
break;
}
case MT_SALOONDOOR: