[nexuiz-commits] r7432 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Aug 13 06:13:48 EDT 2009


Author: div0
Date: 2009-08-13 06:13:47 -0400 (Thu, 13 Aug 2009)
New Revision: 7432

Modified:
   trunk/data/qcsrc/server/cl_physics.qc
Log:
LETS_TEST_FTEQCC


Modified: trunk/data/qcsrc/server/cl_physics.qc
===================================================================
--- trunk/data/qcsrc/server/cl_physics.qc	2009-08-12 19:05:11 UTC (rev 7431)
+++ trunk/data/qcsrc/server/cl_physics.qc	2009-08-13 10:13:47 UTC (rev 7432)
@@ -975,6 +975,20 @@
 			self.jumppadcount = 0;
 		}
 
+#ifdef LETS_TEST_FTEQCC
+		if(self.velocity_x || self.velocity_y)
+		{
+			// good
+		}
+		else
+		{
+			if(self.velocity_x)
+				checkclient();
+			if(self.velocity_y)
+				checkclient();
+		}
+#endif
+
 		v = self.velocity;
 		v_z = 0;
 		f = vlen(v);



More information about the nexuiz-commits mailing list