r2064 - branches/nexuiz-2.0/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Dec 23 10:53:06 EST 2006


Author: div0
Date: 2006-12-23 10:53:06 -0500 (Sat, 23 Dec 2006)
New Revision: 2064

Modified:
   branches/nexuiz-2.0/data/qcsrc/server/ctf.qc
Log:
fallthrough detection now uses -131072 units


Modified: branches/nexuiz-2.0/data/qcsrc/server/ctf.qc
===================================================================
--- branches/nexuiz-2.0/data/qcsrc/server/ctf.qc	2006-12-23 15:52:30 UTC (rev 2063)
+++ branches/nexuiz-2.0/data/qcsrc/server/ctf.qc	2006-12-23 15:53:06 UTC (rev 2064)
@@ -142,7 +142,7 @@
 	if (self.cnt == FLAG_DROPPED)
 	{
 		// flag fallthrough? FIXME remove this if bug is really fixed now
-		if(self.origin_z < -32768)
+		if(self.origin_z < -131072)
 		{
 			dprint("FLAG FALLTHROUGH just happened\n");
 			self.pain_finished = 0;




More information about the nexuiz-commits mailing list