r4413 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Sep 8 08:23:46 EDT 2008


Author: div0
Date: 2008-09-08 08:23:45 -0400 (Mon, 08 Sep 2008)
New Revision: 4413

Modified:
   trunk/data/qcsrc/server/runematch.qc
Log:
fix my accidental runematch breakage


Modified: trunk/data/qcsrc/server/runematch.qc
===================================================================
--- trunk/data/qcsrc/server/runematch.qc	2008-09-08 12:22:08 UTC (rev 4412)
+++ trunk/data/qcsrc/server/runematch.qc	2008-09-08 12:23:45 UTC (rev 4413)
@@ -199,6 +199,7 @@
 	setattachment(self, world, "");
 
 	self.movetype = MOVETYPE_FOLLOW;
+	self.aiment = other;
 	self.view_ofs = other.origin;
 
 	setorigin(self, '0 0 0');




More information about the nexuiz-commits mailing list