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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Aug 10 15:20:21 EDT 2009


Author: mrbougo
Date: 2009-08-10 15:20:20 -0400 (Mon, 10 Aug 2009)
New Revision: 7420

Modified:
   trunk/data/qcsrc/server/ctf.qc
Log:
fix flag moving  on return

Modified: trunk/data/qcsrc/server/ctf.qc
===================================================================
--- trunk/data/qcsrc/server/ctf.qc	2009-08-10 09:45:48 UTC (rev 7419)
+++ trunk/data/qcsrc/server/ctf.qc	2009-08-10 19:20:20 UTC (rev 7420)
@@ -211,6 +211,7 @@
 	e.movetype = MOVETYPE_NONE;
 	if(!e.noalign)
 		e.movetype = MOVETYPE_TOSS;
+	e.velocity = '0 0 0';
 	e.solid = SOLID_TRIGGER;
 	// TODO: play a sound here
 	setorigin(e, e.dropped_origin);



More information about the nexuiz-commits mailing list