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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 4 06:15:54 EDT 2009


Author: div0
Date: 2009-05-04 06:15:54 -0400 (Mon, 04 May 2009)
New Revision: 6657

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
fix a typo breaking the crosshair blurring


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2009-05-04 09:56:40 UTC (rev 6656)
+++ trunk/data/qcsrc/client/View.qc	2009-05-04 10:15:54 UTC (rev 6657)
@@ -229,7 +229,7 @@
 
 	vecs = decompressShotOrigin(getstati(STAT_SHOTORG));
 
-	traceline(view_origin, view_origin + v_forward * MAX_SHOT_DISTANCE, MOVE_NOMONSTERS, trueaim);
+	traceline(view_origin, view_origin + view_forward * MAX_SHOT_DISTANCE, MOVE_NOMONSTERS, trueaim);
 	trueaimpoint = trace_endpos;
 
 	if(vecs_x > 0)



More information about the nexuiz-commits mailing list