run P_RunShadows also in preticker

so the game wont crash randomly at mapload sometimes
This commit is contained in:
Alug 2023-11-21 15:25:40 +01:00
parent 62294dfe35
commit 3485c116c8
1 changed files with 2 additions and 0 deletions

View File

@ -896,6 +896,8 @@ void P_PreTicker(INT32 frames)
//P_RunShields();
P_RunOverlays();
P_RunShadows();
P_UpdateSpecials();
P_RespawnSpecials();