]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
REALLY turn off the hack
authorRudolf Polzer <divverent@xonotic.org>
Fri, 2 Mar 2012 11:59:20 +0000 (12:59 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 2 Mar 2012 11:59:20 +0000 (12:59 +0100)
qcsrc/warpzonelib/server.qc

index dfc30bdfd569868c8d3f96f569fd521bae877e80..a4d624c7a8bd7cd07e8a1ebd91d0c1794b1e2f96 100644 (file)
@@ -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;