From: FruitieX Date: Fri, 12 Nov 2010 06:47:43 +0000 (+0200) Subject: oh now that i read the commit message these breaks actually make sense, nice one :-P X-Git-Tag: xonotic-v0.1.0preview~134^2~4 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=588f54022c00be6cedc1936cf61181da57ec8b38;p=xonotic%2Fxonotic-data.pk3dir.git oh now that i read the commit message these breaks actually make sense, nice one :-P --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index dae75c863..f77f1c1c1 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 = "";