mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 19:31:05 +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…
Reference in a new issue