diff --git a/src/p_map.c b/src/p_map.c index 9f80d92b5..145f9bbe9 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -103,6 +103,8 @@ boolean P_TeleportMove(mobj_t *thing, fixed_t x, fixed_t y, fixed_t z) thing->floorrover = tmfloorrover; thing->ceilingrover = tmceilingrover; + P_ResetInterpolationState(thing); + return true; }