From: Rudolf Polzer Date: Fri, 2 Mar 2012 14:29:45 +0000 (+0100) Subject: more reverse logic X-Git-Tag: xonotic-v0.6.0~28 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=55028a5ffc837bf30ef28a4e787deafb33e5cf47;p=xonotic%2Fxonotic-data.pk3dir.git more reverse logic --- diff --git a/qcsrc/warpzonelib/server.qc b/qcsrc/warpzonelib/server.qc index a4d624c7a..84cd20485 100644 --- a/qcsrc/warpzonelib/server.qc +++ b/qcsrc/warpzonelib/server.qc @@ -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;