From 937b8b588f739ee3576718f5af087e93f4c3e8e0 Mon Sep 17 00:00:00 2001 From: MotoLegacy Date: Sun, 24 Nov 2024 18:49:39 -0800 Subject: [PATCH] CLIENT: Fix underflow of Round stopwatch --- source/client/hud.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/client/hud.qc b/source/client/hud.qc index fd4ac46..a7ef9be 100644 --- a/source/client/hud.qc +++ b/source/client/hud.qc @@ -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;