rnd-19981110-2
[rocksndiamonds.git] / src / gifload.c
index 977678cdff307886a13e4a7d4d8a9b1b75ff1a3b..360cd0e327634b8f229aef301835cdbe527aa5ec 100644 (file)
@@ -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);