Fix MFE_JUSTBOUNCEDWALL not getting removed

This commit is contained in:
Sally Coolatta 2020-09-25 13:30:03 -04:00
parent 91d4d19bda
commit f31923d2d6

View file

@ -8408,7 +8408,7 @@ void P_MobjThinker(mobj_t *mobj)
if (mobj->hprev && P_MobjWasRemoved(mobj->hprev))
P_SetTarget(&mobj->hprev, NULL);
mobj->eflags &= ~(MFE_PUSHED|MFE_SPRUNG);
mobj->eflags &= ~(MFE_PUSHED|MFE_SPRUNG|MFE_JUSTBOUNCEDWALL);
tmfloorthing = tmhitthing = NULL;