rnd-20040123-B-src
[rocksndiamonds.git] / src / libgame / image.c
index e267fd8099604e7005ea4144be13746c60d66f86..e4ec9ebfd58437dda03fa25974c6e111241674eb 100644 (file)
@@ -730,7 +730,7 @@ static void *Load_PCX(char *filename)
 
   if ((img_info->bitmap = LoadImage(filename)) == NULL)
   {
-    Error(ERR_WARN, "cannot read image file '%s': LoadImage() failed: %s",
+    Error(ERR_WARN, "cannot load image file '%s': LoadImage() failed: %s",
          filename, GetError());
     free(img_info);
     return NULL;