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
1 changed files with 2 additions and 0 deletions

View File

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