diff options
Diffstat (limited to 'engines/hugo/object.cpp')
-rw-r--r-- | engines/hugo/object.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/object.cpp b/engines/hugo/object.cpp index 7b4783e4d8..7b826c80b6 100644 --- a/engines/hugo/object.cpp +++ b/engines/hugo/object.cpp @@ -358,7 +358,7 @@ void ObjectHandler::showTakeables() { * Find a clear space around supplied object that hero can walk to */ bool ObjectHandler::findObjectSpace(Object *obj, int16 *destx, int16 *desty) { - debugC(1, kDebugObject, "findObjectSpace(obj, %d, %d)", *destx, *desty); + debugC(1, kDebugObject, "findObjectSpace(...)"); Seq *curImage = obj->_currImagePtr; int16 y = obj->_y + curImage->_y2 - 1; |