X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.c;h=3603dbe83c86563741766c702e1dab37bfc0124a;hp=5c0b4fbe9aeb81e1602c6bf6bed9efa6ced49d6f;hb=a750ba6776fdfb711f5da2e6094c8010cd19645a;hpb=e44b29a71f573c44380ed1ed0bf118981f8119c8 diff --git a/src/libgame/system.c b/src/libgame/system.c index 5c0b4fbe..3603dbe8 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -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; }