From: terencehill Date: Sun, 1 May 2011 14:16:45 +0000 (+0200) Subject: Fix strings of the InfoMessages panel shown while observing/spectating and the menu... X-Git-Tag: xonotic-v0.5.0~262^2~7 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=30fb0c40b9d3e79978916460107efbd64352b743;p=xonotic%2Fxonotic-data.pk3dir.git Fix strings of the InfoMessages panel shown while observing/spectating and the menu for another panel is active in hud configure mode --- diff --git a/qcsrc/client/hud.qc b/qcsrc/client/hud.qc index 7112a69c3..062a6db30 100644 --- a/qcsrc/client/hud.qc +++ b/qcsrc/client/hud.qc @@ -4136,16 +4136,14 @@ void HUD_InfoMessages(void) fontsize = '0.20 0.20 0' * mySize_y; float a; - if(spectatee_status != 0) - a = 1; - else - a = panel_fg_alpha; + a = panel_fg_alpha; string s; if(!autocvar__hud_configure) { if(spectatee_status && !intermission) { + a = 1; if(spectatee_status == -1) s = _("^1Observing"); else