From: FruitieX Date: Sat, 14 May 2011 13:38:21 +0000 (+0300) Subject: no crosshair when observing, that's just pointless X-Git-Tag: xonotic-v0.5.0~261 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ae0405818a9175e1c6220f5abe4018f1b6dda127;p=xonotic%2Fxonotic-data.pk3dir.git no crosshair when observing, that's just pointless --- diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index f1ba9abfd..f582f33a3 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -903,7 +903,7 @@ void CSQC_UpdateView(float w, float h) CSQC_common_hud(); // crosshair goes VERY LAST - if(!scoreboard_active && !camera_active && intermission != 2) { + if(!scoreboard_active && !camera_active && intermission != 2 && spectatee_status != -1) { string wcross_style; float wcross_alpha, wcross_resolution; wcross_style = autocvar_crosshair;