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