aboutsummaryrefslogtreecommitdiff
path: root/scumm/object.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-02-18 11:46:07 +0000
committerTravis Howell2004-02-18 11:46:07 +0000
commit929fd0591f411008d33c6709de2effbff995e683 (patch)
tree8a7fb5d26e47f08d5b9599f86a2fd34924437dc4 /scumm/object.cpp
parent97472bd078dd7e0b72e5f119c6e11d28fd505ae4 (diff)
downloadscummvm-rg350-929fd0591f411008d33c6709de2effbff995e683.tar.gz
scummvm-rg350-929fd0591f411008d33c6709de2effbff995e683.tar.bz2
scummvm-rg350-929fd0591f411008d33c6709de2effbff995e683.zip
Change debugs back to warnings (As requested)
svn-id: r12931
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 36f813e9e2..9a8d2561cf 100644
--- a/scumm/object.cpp
+++ b/scumm/object.cpp
@@ -1275,7 +1275,7 @@ void ScummEngine::setObjectState(int obj, int state, int x, int y) {
i = getObjectIndex(obj);
if (i == -1) {
- debug(1, "setObjectState: no such object %d", obj);
+ warning("setObjectState: no such object %d", obj);
return;
}