Revert "Reset overlays interp states each TryRunTics"

This reverts commit a71a216faa20e8751b3bd0157354e8d748940c92.
This commit is contained in:
Eidolon 2022-04-25 20:23:35 -05:00
parent fa12c51fcf
commit 9276637db0

View file

@ -6901,8 +6901,6 @@ void P_RunOverlays(void)
else
P_SetThingPosition(mo);
P_CheckPosition(mo, mo->x, mo->y);
R_ResetMobjInterpolationState(mo);
}
P_SetTarget(&overlaycap, NULL);
}