]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
more reverse logic
authorRudolf Polzer <divverent@xonotic.org>
Fri, 2 Mar 2012 14:29:45 +0000 (15:29 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 2 Mar 2012 14:29:45 +0000 (15:29 +0100)
qcsrc/warpzonelib/server.qc

index a4d624c7a8bd7cd07e8a1ebd91d0c1794b1e2f96..84cd20485ce566412629d9dfa714d63a8d51bdda 100644 (file)
@@ -385,7 +385,7 @@ float WarpZone_Projectile_Touch()
        if(time == self.warpzone_teleport_time)
                return TRUE;
 
-#ifndef WARPZONELIB_KEEPDEBUG
+#ifdef WARPZONELIB_KEEPDEBUG
        // this SEEMS to not happen at the moment, but if it did, it would be more reliable
        {
                float save_dpstartcontents;