From 588f54022c00be6cedc1936cf61181da57ec8b38 Mon Sep 17 00:00:00 2001 From: FruitieX Date: Fri, 12 Nov 2010 08:47:43 +0200 Subject: [PATCH] oh now that i read the commit message these breaks actually make sense, nice one :-P --- qcsrc/client/hud.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index dae75c8636..f77f1c1c1a 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -3155,12 +3155,12 @@ void HUD_Notify (void) a = bound(0, (killnotify_times[j] + when + fadetime - time) / fadetime, 1); if(!a) { - continue; + break; } } else { - continue; + break; } s = ""; -- 2.39.2