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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Apr 28 10:33:13 EDT 2009


Author: div0
Date: 2009-04-28 10:33:13 -0400 (Tue, 28 Apr 2009)
New Revision: 6609

Modified:
   trunk/data/qcsrc/client/movetypes.qc
Log:
improve projectiles when sys_ticrate is 0


Modified: trunk/data/qcsrc/client/movetypes.qc
===================================================================
--- trunk/data/qcsrc/client/movetypes.qc	2009-04-28 14:16:12 UTC (rev 6608)
+++ trunk/data/qcsrc/client/movetypes.qc	2009-04-28 14:33:13 UTC (rev 6609)
@@ -327,6 +327,9 @@
 
 	dt = time - self.move_time;
 
+	if(ticrate <= 0)
+		matchserver = 0;
+
 	if(matchserver)
 	{
 		movedt = ticrate;



More information about the nexuiz-commits mailing list