rnd-20021123-1-src
[rocksndiamonds.git] / src / libgame / system.c
index 5c0b4fbe9aeb81e1602c6bf6bed9efa6ced49d6f..3603dbe83c86563741766c702e1dab37bfc0124a 100644 (file)
@@ -721,7 +721,8 @@ void ReloadCustomImage(Bitmap *bitmap, char *basename)
   if (bitmap->width != new_bitmap->width ||
       bitmap->height != new_bitmap->height)
   {
-    Error(ERR_WARN, "ReloadCustomImage: new image has wrong dimensions");
+    Error(ERR_WARN, "ReloadCustomImage: new image '%s' has wrong dimensions",
+         filename);
     FreeBitmap(new_bitmap);
     return;
   }