mirror of
https://github.com/nzp-team/quakec.git
synced 2024-12-01 00:12:05 +00:00
CLIENT: Fix underflow of Round stopwatch
This commit is contained in:
parent
75152b9ad6
commit
937b8b588f
1 changed files with 1 additions and 0 deletions
|
@ -779,6 +779,7 @@ void(float width, float height) HUD_Rounds =
|
|||
else if (rounds_change == 7)//blink white while fading back
|
||||
{
|
||||
stopwatch_round_isactive = true;
|
||||
stopwatch_round_hr = stopwatch_round_min = stopwatch_round_sec = 0;
|
||||
if (!color_shift_init)
|
||||
{
|
||||
color_shift_end[0] = 107;
|
||||
|
|
Loading…
Reference in a new issue