mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-11 17:22:17 +00:00
Just to make toaster happy I'll do this :V
This commit is contained in:
parent
180829e95c
commit
3696463aa8
1 changed files with 1 additions and 1 deletions
|
|
@ -863,7 +863,7 @@ static void ST_drawFirstPersonHUD(void)
|
|||
if (!airtime)
|
||||
return; // No air timers are active, nothing would be drawn anyway
|
||||
|
||||
airtime -= 1; // The original code was all n*TICRATE + 1, so let's remove 1 tic for simplicity
|
||||
airtime--; // The original code was all n*TICRATE + 1, so let's remove 1 tic for simplicity
|
||||
|
||||
if (airtime > 11*TICRATE)
|
||||
return; // Not time to draw any drown numbers yet
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue