diff options
author | Travis Howell | 2004-06-21 05:43:29 +0000 |
---|---|---|
committer | Travis Howell | 2004-06-21 05:43:29 +0000 |
commit | b44caf2c17768e968cd87a6a7aef49fb1fbf50d1 (patch) | |
tree | c9e213396b0f4cf924a0946229e0105e7b60c757 /scumm | |
parent | 416b9b2ab42f681dce67ef0ab91725a47b8cdc35 (diff) | |
download | scummvm-rg350-b44caf2c17768e968cd87a6a7aef49fb1fbf50d1.tar.gz scummvm-rg350-b44caf2c17768e968cd87a6a7aef49fb1fbf50d1.tar.bz2 scummvm-rg350-b44caf2c17768e968cd87a6a7aef49fb1fbf50d1.zip |
Leave as warning for now
svn-id: r13992
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/object.cpp b/scumm/object.cpp index 237eb06f22..c2b1ec747a 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -181,7 +181,7 @@ int ScummEngine::getObjectImageCount(int object) { imhd = (const ImageHeader *)findResourceData(MKID('IMHD'), ptr); count = READ_LE_UINT32(&imhd->v8.image_count); - debug(1, "getObjectImageCount: image count %d", count); + warning("getObjectImageCount: image count %d", count); return count; } |