Merge branch 'shadowcrash' into 'master'

Run P_RunShadows also in preticker

See merge request KartKrew/Kart-Public!340
This commit is contained in:
Sal 2024-03-30 01:23:56 +00:00
commit 2000917c3a

View file

@ -895,6 +895,8 @@ void P_PreTicker(INT32 frames)
// Run shield positioning // Run shield positioning
//P_RunShields(); //P_RunShields();
P_RunOverlays(); P_RunOverlays();
P_RunShadows();
P_UpdateSpecials(); P_UpdateSpecials();
P_RespawnSpecials(); P_RespawnSpecials();