From: Mario Date: Fri, 29 Apr 2016 06:43:42 +0000 (+1000) Subject: Don't show frozen effects during intermission X-Git-Tag: xonotic-v0.8.2~946 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2c72ba3a2524e559cf9a7649ada43cfb56919fd1;p=xonotic%2Fxonotic-data.pk3dir.git Don't show frozen effects during intermission --- diff --git a/qcsrc/client/view.qc b/qcsrc/client/view.qc index 2e204974a..4537e56a4 100644 --- a/qcsrc/client/view.qc +++ b/qcsrc/client/view.qc @@ -1309,6 +1309,7 @@ void HUD_Crosshair() void HUD_Draw() { + if(!intermission) if (MUTATOR_CALLHOOK(HUD_Draw_overlay)) { drawfill('0 0 0', eX * vid_conwidth + eY * vid_conheight, MUTATOR_ARGV(0, vector), autocvar_hud_colorflash_alpha * MUTATOR_ARGV(0, float), DRAWFLAG_ADDITIVE);