diff --git a/src/p_tick.c b/src/p_tick.c index 0b228f3b..c096d0a3 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -856,7 +856,7 @@ void P_PreTicker(INT32 frames) R_UpdateLevelInterpolators(); R_UpdateViewInterpolation(); - R_ResetViewInterpolation(); + R_ResetViewInterpolation(0); P_MapEnd(); }