aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-06-21 05:43:29 +0000
committerTravis Howell2004-06-21 05:43:29 +0000
commitb44caf2c17768e968cd87a6a7aef49fb1fbf50d1 (patch)
treec9e213396b0f4cf924a0946229e0105e7b60c757 /scumm/object.cpp
parent416b9b2ab42f681dce67ef0ab91725a47b8cdc35 (diff)
downloadscummvm-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/object.cpp')
-rw-r--r--scumm/object.cpp2
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;
}