r5828 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Feb 10 15:56:46 EST 2009


Author: div0
Date: 2009-02-10 15:56:46 -0500 (Tue, 10 Feb 2009)
New Revision: 5828

Modified:
   trunk/data/qcsrc/server/ctf.qc
Log:
fix a simple (but not related to the big bug) bug in CTF


Modified: trunk/data/qcsrc/server/ctf.qc
===================================================================
--- trunk/data/qcsrc/server/ctf.qc	2009-02-10 20:37:08 UTC (rev 5827)
+++ trunk/data/qcsrc/server/ctf.qc	2009-02-10 20:56:46 UTC (rev 5828)
@@ -197,7 +197,7 @@
 	setattachment(e, world, "");
 	e.damageforcescale = 0;
 	e.movetype = MOVETYPE_NONE;
-	if(!self.noalign)
+	if(!e.noalign)
 		e.movetype = MOVETYPE_TOSS;
 	e.solid = SOLID_TRIGGER;
 	// TODO: play a sound here




More information about the nexuiz-commits mailing list