X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=2a6c363d3e9e83a33be43877edbfeff6ed56fd14;hb=333896e44bae70515b2d82877dd14e7e28338977;hp=8e60cfeb3a94b6778d5fa9bc79b922ce8eceb57e;hpb=49dab46aa55cb43233c7f9a310593f8bd8debc29;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 8e60cfeb..2a6c363d 100644 --- a/src/init.c +++ b/src/init.c @@ -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