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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jul 23 04:23:18 EDT 2009


Author: div0
Date: 2009-07-23 04:23:15 -0400 (Thu, 23 Jul 2009)
New Revision: 7254

Modified:
   trunk/data/qcsrc/client/View.qc
Log:
fix typo


Modified: trunk/data/qcsrc/client/View.qc
===================================================================
--- trunk/data/qcsrc/client/View.qc	2009-07-23 08:08:09 UTC (rev 7253)
+++ trunk/data/qcsrc/client/View.qc	2009-07-23 08:23:15 UTC (rev 7254)
@@ -564,7 +564,7 @@
 			// TrueAim check
 			float shottype;
 			float bullets, ring_scale;
-			wcrosss_origin = '0.5 0 0' * vid_conwidth + '0 0.5 0' * vid_conheight;
+			wcross_origin = '0.5 0 0' * vid_conwidth + '0 0.5 0' * vid_conheight;
             if(cvar("crosshair_hittest"))
                 shottype = TrueAimCheck();
             else



More information about the nexuiz-commits mailing list