mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 07:12:03 +00:00
Merge branch 'shadowcrash' into 'master'
Run P_RunShadows also in preticker See merge request KartKrew/Kart-Public!340
This commit is contained in:
commit
2000917c3a
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue