aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/messagehandlers.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-07-28 11:27:03 +0300
committerEugene Sandulenko2016-07-28 11:27:41 +0300
commitf6f8c3198407c231cb6d1cb4f38c02bac5700d4a (patch)
tree75730acaa65c427d134a85c9f4ea9f0c6df413b4 /engines/fullpipe/messagehandlers.cpp
parent9f234b0aea7ce359e16bfdd7f5971ed3207c0b96 (diff)
downloadscummvm-rg350-f6f8c3198407c231cb6d1cb4f38c02bac5700d4a.tar.gz
scummvm-rg350-f6f8c3198407c231cb6d1cb4f38c02bac5700d4a.tar.bz2
scummvm-rg350-f6f8c3198407c231cb6d1cb4f38c02bac5700d4a.zip
FULLPIPE: Hid warning under debug channel. More debug output
Diffstat (limited to 'engines/fullpipe/messagehandlers.cpp')
-rw-r--r--engines/fullpipe/messagehandlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/messagehandlers.cpp b/engines/fullpipe/messagehandlers.cpp
index 903db150a8..c40af3b062 100644
--- a/engines/fullpipe/messagehandlers.cpp
+++ b/engines/fullpipe/messagehandlers.cpp
@@ -425,7 +425,7 @@ int global_messageHandler3(ExCommand *cmd) {
if (g_fp->_msgX != cmd->_sceneClickX || g_fp->_msgY != cmd->_sceneClickY) {
ani = g_fp->_currentScene->getStaticANIObject1ById(g_fp->_gameLoader->_field_FA, -1);
if (!ani || (ani->isIdle() && !(ani->_flags & 0x80) && !(ani->_flags & 0x100))) {
- warning("WWW 1");
+ debugC(0, kDebugPathfinding, "WWW 1");
result = startWalkTo(g_fp->_gameLoader->_field_FA, -1, cmd->_sceneClickX, cmd->_sceneClickY, 0);
if (result) {
ExCommand *ex = new ExCommand(g_fp->_gameLoader->_field_FA, 17, 64, 0, 0, 0, 1, 0, 0, 0);