Fix wacky workbench bouncy and other line based effects running many times

This commit is contained in:
NepDisk 2025-03-17 18:46:12 -04:00
parent 6a43aac0d5
commit abcb9842dd

View file

@ -8591,9 +8591,6 @@ void P_MobjThinker(mobj_t *mobj)
P_CheckMobjTrigger(mobj, false);
}
// Sector flag MSF_TRIGGERLINE_MOBJ allows ANY mobj to trigger a linedef exec
P_CheckMobjTrigger(mobj, false);
if (mobj->scale != mobj->destscale)
P_MobjScaleThink(mobj); // Slowly scale up/down to reach your destscale.