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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Sep 1 02:45:20 EDT 2009


Author: div0
Date: 2009-09-01 02:45:20 -0400 (Tue, 01 Sep 2009)
New Revision: 7574

Modified:
   trunk/data/qcsrc/client/projectile.qc
Log:
honor teleport bit


Modified: trunk/data/qcsrc/client/projectile.qc
===================================================================
--- trunk/data/qcsrc/client/projectile.qc	2009-09-01 06:44:39 UTC (rev 7573)
+++ trunk/data/qcsrc/client/projectile.qc	2009-09-01 06:45:20 UTC (rev 7574)
@@ -254,7 +254,7 @@
 			self.move_velocity = self.velocity;
 		}
 
-		if(time == self.spawntime || self.count & 0x80)
+		if(time == self.spawntime || (self.count & 0x80) || (f & 0x20))
 			self.trail_oldorigin = self.origin;
 	}
 



More information about the nexuiz-commits mailing list