[nexuiz-commits] r6658 - in branches/nexuiz-2.0: . data/qcsrc/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 4 06:18:55 EDT 2009


Author: div0
Date: 2009-05-04 06:18:55 -0400 (Mon, 04 May 2009)
New Revision: 6658

Modified:
   branches/nexuiz-2.0/.patchsets
   branches/nexuiz-2.0/data/qcsrc/client/View.qc
Log:
r6657 | div0 | 2009-05-04 12:15:54 +0200 (Mon, 04 May 2009) | 2 lines
fix a typo breaking the crosshair blurring


Modified: branches/nexuiz-2.0/.patchsets
===================================================================
--- branches/nexuiz-2.0/.patchsets	2009-05-04 10:15:54 UTC (rev 6657)
+++ branches/nexuiz-2.0/.patchsets	2009-05-04 10:18:55 UTC (rev 6658)
@@ -1,2 +1,2 @@
 master = svn://svn.icculus.org/nexuiz/trunk
-revisions_applied = 1-6549,6552-6567,6572-6582,6585-6589,6592-6593,6597-6629,6632-6655
+revisions_applied = 1-6549,6552-6567,6572-6582,6585-6589,6592-6593,6597-6629,6632-6657

Modified: branches/nexuiz-2.0/data/qcsrc/client/View.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/client/View.qc	2009-05-04 10:15:54 UTC (rev 6657)
+++ branches/nexuiz-2.0/data/qcsrc/client/View.qc	2009-05-04 10:18:55 UTC (rev 6658)
@@ -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