rnd-19981110-2
[rocksndiamonds.git] / src / init.c
index 8e60cfeb3a94b6778d5fa9bc79b922ce8eceb57e..2a6c363d3e9e83a33be43877edbfeff6ed56fd14 100644 (file)
@@ -26,9 +26,9 @@
 #include "netserv.h"
 
 #ifdef DEBUG
-/*
+
 #define DEBUG_TIMING
-*/
+
 #endif
 
 struct PictureFileInfo
@@ -642,7 +642,7 @@ void LoadGfx(int pos, struct PictureFileInfo *pic)
   char *picturemask_ext = "Mask.xbm";
 #else
   int gif_err;
-  char *picture_ext = ".gif";
+  char *picture_ext = ".pcx";
 #endif
 
 #ifdef DEBUG_TIMING