diff --git a/src/p_tick.c b/src/p_tick.c
index d4c00b86133a9c70af94b3cacf8db5f62c59f026..630549316e75cc7cb32da7f7376b8824aceee45a 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();