]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/lineDefs.cpp
Don't link pak tool with SDL.
[quix0rs-blobwars.git] / src / lineDefs.cpp
index 81c5f481250705b2de3e98550107fa26022a8740..9bdf09737aebdd8925265f35196b1ef9e82c2654 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -64,7 +64,7 @@ void doLineDefs()
 
                if ((absX < 800) && (absY < 600))
                {
-                       #if !USEPAK
+                       #if DEBUG
                                graphics.drawRect(x, y, lineDef->width, lineDef->height, graphics.red, graphics.screen);
                        #endif