mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +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
|
@ -896,6 +896,8 @@ void P_PreTicker(INT32 frames)
|
||||||
//P_RunShields();
|
//P_RunShields();
|
||||||
P_RunOverlays();
|
P_RunOverlays();
|
||||||
|
|
||||||
|
P_RunShadows();
|
||||||
|
|
||||||
P_UpdateSpecials();
|
P_UpdateSpecials();
|
||||||
P_RespawnSpecials();
|
P_RespawnSpecials();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue