From ae0405818a9175e1c6220f5abe4018f1b6dda127 Mon Sep 17 00:00:00 2001 From: FruitieX Date: Sat, 14 May 2011 16:38:21 +0300 Subject: [PATCH] no crosshair when observing, that's just pointless --- qcsrc/client/View.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2