diff --git a/src/p_tick.c b/src/p_tick.c index 16368817..d423b9f8 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -851,6 +851,8 @@ void P_PreTicker(INT32 frames) P_UpdateSpecials(); P_RespawnSpecials(); + R_UpdateLevelInterpolators(); + P_MapEnd(); } }