some more debug output

svn-id: r7888
This commit is contained in:
Max Horn 2003-05-24 16:02:07 +00:00
parent 0ffc4fe7da
commit ac3f871910

View File

@ -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;
}