From 55028a5ffc837bf30ef28a4e787deafb33e5cf47 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 2 Mar 2012 15:29:45 +0100 Subject: [PATCH] more reverse logic --- qcsrc/warpzonelib/server.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2