mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
some more debug output
svn-id: r7888
This commit is contained in:
parent
0ffc4fe7da
commit
ac3f871910
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user