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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Oct 26 09:55:26 EDT 2009


Author: div0
Date: 2009-10-26 09:55:25 -0400 (Mon, 26 Oct 2009)
New Revision: 8187

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
fix broken rifle ring


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2009-10-25 17:57:23 UTC (rev 8186)
+++ trunk/data/qcsrc/client/View.qc	2009-10-26 13:55:25 UTC (rev 8187)
@@ -766,7 +766,7 @@
 
 				if(bullets)
 				{
-					CROSSHAIR_DO_BLUR(CROSSHAIR_DRAW_RING, wcross_resolution, 0, 0);
+					CROSSHAIR_DO_BLUR(CROSSHAIR_DRAW_RING, wcross_resolution, wcross_name, wcross_alpha);
 				}
 
 				if(time < wcross_name_changedonetime && wcross_name != wcross_name_goal_prev_prev && wcross_name_goal_prev_prev)



More information about the nexuiz-commits mailing list