r2063 - trunk/data/qcsrc/server
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sat Dec 23 10:52:30 EST 2006
Author: div0
Date: 2006-12-23 10:52:30 -0500 (Sat, 23 Dec 2006)
New Revision: 2063
Modified:
trunk/data/qcsrc/server/ctf.qc
Log:
fallthrough detection now supports up to 131072 units map depth
Modified: trunk/data/qcsrc/server/ctf.qc
===================================================================
--- trunk/data/qcsrc/server/ctf.qc 2006-12-21 15:31:28 UTC (rev 2062)
+++ trunk/data/qcsrc/server/ctf.qc 2006-12-23 15:52:30 UTC (rev 2063)
@@ -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