rnd-20020320-1-src
[rocksndiamonds.git] / src / libgame / pcx.c
index 58c19bd3caac8e9616244c474b7b456642ebbc55..f6ef16c99362e47e7364a173b46e4229395c0785 100644 (file)
@@ -19,7 +19,7 @@
 #include "misc.h"
 
 
-#define PCX_DEBUG              TRUE
+#define PCX_DEBUG              FALSE
 
 #define PCX_MAGIC              0x0a    /* first byte in a PCX image file    */
 #define PCX_SUPPORTED_VERSION  5       /* last acceptable version number    */