MT_FORWARDTRICK: Don't interp when your sweep returns you to the front of the player

This commit is contained in:
toaster 2023-11-12 17:43:48 +00:00
parent 3ab5da8a3e
commit 2082a372df

View file

@ -8570,7 +8570,10 @@ static boolean P_MobjRegularThink(mobj_t *mobj)
mobj->threshold += FRACUNIT/(7*4);
if (mobj->threshold > FRACUNIT)
{
mobj->threshold -= FRACUNIT;
mobj->flags2 |= MF2_AMBUSH;
}
P_InstaScale(mobj, mobj->target->scale);