From: terencehill Date: Thu, 14 Feb 2013 19:32:52 +0000 (+0100) Subject: No hud blood effect while the player is frozen X-Git-Tag: xonotic-v0.7.0~61^2~45 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=19c1fe215a59e6a7f5c690e87786a3a041b25216;p=xonotic%2Fxonotic-data.pk3dir.git No hud blood effect while the player is frozen --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index dac205e72..25a47e217 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -862,8 +862,8 @@ void CSQC_UpdateView(float w, float h) } } } - - if(autocvar_hud_damage) + + if(autocvar_hud_damage && !getstati(STAT_FROZEN)) { splash_size_x = max(vid_conwidth, vid_conheight); splash_size_y = max(vid_conwidth, vid_conheight);