X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgifload.c;h=360cd0e327634b8f229aef301835cdbe527aa5ec;hb=333896e44bae70515b2d82877dd14e7e28338977;hp=977678cdff307886a13e4a7d4d8a9b1b75ff1a3b;hpb=d46a473059b29c03d44430dfc75f170e3eb7cf63;p=rocksndiamonds.git diff --git a/src/gifload.c b/src/gifload.c index 977678cd..360cd0e3 100644 --- a/src/gifload.c +++ b/src/gifload.c @@ -42,7 +42,7 @@ int Read_GIF_to_Pixmaps(Display *display, Window window, char *filename, #endif /* load GIF file */ - if (!(image = Read_GIF_to_Image(filename))) + if (!(image = Read_PCX_to_Image(filename))) { printf("Loading GIF image failed -- maybe no GIF...\n"); exit(1);