From d57ae261791f17c8c83f51c8327d908b32afad3b Mon Sep 17 00:00:00 2001 From: johndoe123 Date: Fri, 18 Apr 2014 22:08:34 +0200 Subject: ILLUSIONS: Add SoundMan and MusicPlayer - Add remaining screen shake effects - Implement Chinese dialog puzzle in Duckman --- engines/illusions/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/illusions/actor.cpp') diff --git a/engines/illusions/actor.cpp b/engines/illusions/actor.cpp index 31f3a28613..7890d021a7 100644 --- a/engines/illusions/actor.cpp +++ b/engines/illusions/actor.cpp @@ -770,7 +770,7 @@ PointArray *Control::createPath(Common::Point destPt) { WidthHeight bgDimensions = _vm->_backgroundItems->getMasterBgDimensions(); PointArray *path = pathFinder.findPath(_actor->_position, destPt, walkPoints, walkRects, bgDimensions); for (uint i = 0; i < path->size(); ++i) { - debug("Path(%d) (%d, %d)", i, (*path)[i].x, (*path)[i].y); + debug(0, "Path(%d) (%d, %d)", i, (*path)[i].x, (*path)[i].y); } return path; } -- cgit v1.2.3