rnd-20020803-1-src
[rocksndiamonds.git] / src / libgame / pcx.c
index 58c19bd3caac8e9616244c474b7b456642ebbc55..7f6d7f2da42ad9407a0a6fa7b4d779aaabf9ea92 100644 (file)
@@ -1,7 +1,7 @@
 /***********************************************************
 * Artsoft Retro-Game Library                               *
 *----------------------------------------------------------*
-* (c) 1994-2001 Artsoft Entertainment                      *
+* (c) 1994-2002 Artsoft Entertainment                      *
 *               Holger Schemel                             *
 *               Detmolder Strasse 189                      *
 *               33604 Bielefeld                            *
@@ -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    */