r4807 - trunk/data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Oct 22 08:07:24 EDT 2008


Author: div0
Date: 2008-10-22 08:07:24 -0400 (Wed, 22 Oct 2008)
New Revision: 4807

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
turn off crosshair in ons_showmap mode too


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2008-10-22 11:29:07 UTC (rev 4806)
+++ trunk/data/qcsrc/client/View.qc	2008-10-22 12:07:24 UTC (rev 4807)
@@ -281,7 +281,7 @@
 	// Draw the Crosshair
 	float scoreboard_active;
 	scoreboard_active = Sbar_WouldDrawScoreboard();
-	R_SetView(VF_DRAWCROSSHAIR, !scoreboard_active);
+	R_SetView(VF_DRAWCROSSHAIR, !scoreboard_active && !ons_showmap);
 	
 	// Draw the Engine Status Bar (the default Quake HUD)
 	R_SetView(VF_DRAWENGINESBAR, 0);




More information about the nexuiz-commits mailing list