From: Samual Date: Mon, 17 Oct 2011 18:32:58 +0000 (-0400) Subject: Add comment for clarification X-Git-Tag: xonotic-v0.6.0~40^2~30^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d45a5aa563ebacba779563e16429bebc154af0c2;p=xonotic%2Fxonotic-data.pk3dir.git Add comment for clarification --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 291454a79..ea10300ed 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -889,7 +889,7 @@ void CSQC_UpdateView(float w, float h) drawpic(splash_pos, "gfx/blood", splash_size, stov(autocvar_hud_damage_color), bound(0, myhealth_flash_temp, 1) * autocvar_hud_damage, DRAWFLAG_NORMAL); } - if(autocvar_hud_postprocessing) + if(autocvar_hud_postprocessing) // we still need to set this anyway even when chase_active is set, this way it doesn't get stuck on. { if(autocvar_hud_damage_blur && myhealth_flash_temp) {