version 1.8 | | version 1.9 |
---|
| | |
/* | | /* |
* static char *rcsid_xutil_c = | | * static char *rcsid_xutil_c = |
* "$Id: xutil.c,v 1.8 2001/12/16 03:31:03 mwedel Exp $"; | | * "$Id: xutil.c,v 1.9 2002/04/24 06:31:48 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
LOG(llevDebug,"Building images..."); | | LOG(llevDebug,"Building images..."); |
| | |
if (type==Dm_Png) { | | if (type==Dm_Png) { |
sprintf(filename,"%s/crossfire.png",settings.datadir); | | sprintf(filename,"%s/crossfire.0",settings.datadir); |
#ifdef HAVE_LIBPNG | | #ifdef HAVE_LIBPNG |
init_pngx_loader(gdisp); | | init_pngx_loader(gdisp); |
#endif | | #endif |