X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Finit.c;h=e19daafde4e658c38b981b711dd60ef64f368108;hp=2a6c363d3e9e83a33be43877edbfeff6ed56fd14;hb=cfd77b3698baacb01dff3853c96d0be117db1d30;hpb=333896e44bae70515b2d82877dd14e7e28338977 diff --git a/src/init.c b/src/init.c index 2a6c363d..e19daafd 100644 --- a/src/init.c +++ b/src/init.c @@ -20,15 +20,14 @@ #include "tools.h" #include "files.h" #include "joystick.h" -#include "gfxload.h" -#include "gifload.h" +#include "image.h" #include "network.h" #include "netserv.h" #ifdef DEBUG - +/* #define DEBUG_TIMING - +*/ #endif struct PictureFileInfo @@ -694,7 +693,7 @@ void LoadGfx(int pos, struct PictureFileInfo *pic) #else - gif_err = Read_GIF_to_Pixmaps(display, window, filename, + gif_err = Read_PCX_to_Pixmaps(display, window, filename, &pix[pos], &clipmask[pos]); switch(gif_err)