diff --git a/src/p_tick.c b/src/p_tick.c index 45fefa81..90ae479d 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -895,6 +895,8 @@ void P_PreTicker(INT32 frames) // Run shield positioning //P_RunShields(); P_RunOverlays(); + + P_RunShadows(); P_UpdateSpecials(); P_RespawnSpecials();