From 01126d123269a05bdd055bb389d43f73c7c2043b Mon Sep 17 00:00:00 2001 From: Wolfy Date: Wed, 11 Oct 2017 21:31:17 -0500 Subject: [PATCH] Actually run the fucking shadows this time --- src/p_tick.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/p_tick.c b/src/p_tick.c index 3d59e3aed..71bd3594a 100644 --- a/src/p_tick.c +++ b/src/p_tick.c @@ -637,6 +637,8 @@ void P_Ticker(boolean run) P_RunShields(); P_RunOverlays(); + P_RunShadows(); + P_UpdateSpecials(); P_RespawnSpecials();