diff options
author | Max Horn | 2003-05-24 16:02:07 +0000 |
---|---|---|
committer | Max Horn | 2003-05-24 16:02:07 +0000 |
commit | ac3f8719105d32d8b63eb501a9eda98b36df5212 (patch) | |
tree | fe796ca24d931d24429a900b23f81c3fec1cf99a | |
parent | 0ffc4fe7da881e2bbe7b99103f253ff1fd102ada (diff) | |
download | scummvm-rg350-ac3f8719105d32d8b63eb501a9eda98b36df5212.tar.gz scummvm-rg350-ac3f8719105d32d8b63eb501a9eda98b36df5212.tar.bz2 scummvm-rg350-ac3f8719105d32d8b63eb501a9eda98b36df5212.zip |
some more debug output
svn-id: r7888
-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 42a7f12497..cee50191e7 100644 --- a/scumm/object.cpp +++ b/scumm/object.cpp @@ -1244,7 +1244,7 @@ void Scumm::setObjectState(int obj, int state, int x, int y) { i = getObjectIndex(obj); if (i == -1) { - warning("setObjectState: no such object"); + warning("setObjectState: no such object %d", obj); return; } |