From: Rudolf Polzer Date: Fri, 2 Mar 2012 11:59:20 +0000 (+0100) Subject: REALLY turn off the hack X-Git-Tag: xonotic-v0.6.0~29 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2808637977a5987a24e5a64427b549a328320687;p=xonotic%2Fxonotic-data.pk3dir.git REALLY turn off the hack --- diff --git a/qcsrc/warpzonelib/server.qc b/qcsrc/warpzonelib/server.qc index dfc30bdfd..a4d624c7a 100644 --- a/qcsrc/warpzonelib/server.qc +++ b/qcsrc/warpzonelib/server.qc @@ -302,7 +302,7 @@ float WarpZone_Camera_Send(entity to, float sendflags) return TRUE; } -#ifndef WARPZONELIB_KEEPDEBUG +#ifdef WARPZONELIB_KEEPDEBUG float WarpZone_CheckProjectileImpact(entity player) { vector o0, v0;