[nexuiz-commits] r6422 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Apr 4 15:16:59 EDT 2009


Author: mand1nga
Date: 2009-04-04 15:16:58 -0400 (Sat, 04 Apr 2009)
New Revision: 6422

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
Disable crosshair when the demo camera is enabled

Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2009-04-03 15:19:18 UTC (rev 6421)
+++ trunk/data/qcsrc/client/View.qc	2009-04-04 19:16:58 UTC (rev 6422)
@@ -429,7 +429,7 @@
 		CSQC_common_hud();
 
 	// crosshair goes VERY LAST
-	if(!scoreboard_active && !ons_showmap) {
+	if(!scoreboard_active && !ons_showmap && !camera_active) {
 		string wcross_style;
 		wcross_style = cvar_string("crosshair");
 



More information about the nexuiz-commits mailing list