mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-25 03:41:02 +00:00
run P_RunShadows also in preticker
so the game wont crash randomly at mapload sometimes
This commit is contained in:
parent
62294dfe35
commit
3485c116c8
1 changed files with 2 additions and 0 deletions
|
@ -895,6 +895,8 @@ void P_PreTicker(INT32 frames)
|
|||
// Run shield positioning
|
||||
//P_RunShields();
|
||||
P_RunOverlays();
|
||||
|
||||
P_RunShadows();
|
||||
|
||||
P_UpdateSpecials();
|
||||
P_RespawnSpecials();
|
||||
|
|
Loading…
Reference in a new issue