diff options
author | Eugene Sandulenko | 2014-05-14 12:34:46 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2014-05-14 12:34:46 +0200 |
commit | df0d8bf8746436dcc3ca79829e77aa8e08205884 (patch) | |
tree | 4869dc8c1f84c77e96af54e05985e418584be375 /engines/fullpipe | |
parent | a8effe2a6e0b08e4e4e5f2d0e36b58663a908cf7 (diff) | |
download | scummvm-rg350-df0d8bf8746436dcc3ca79829e77aa8e08205884.tar.gz scummvm-rg350-df0d8bf8746436dcc3ca79829e77aa8e08205884.tar.bz2 scummvm-rg350-df0d8bf8746436dcc3ca79829e77aa8e08205884.zip |
FULLPIPE: Pushed noisy debug message deeper
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/statics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/statics.cpp b/engines/fullpipe/statics.cpp index a796665522..b6b312ab85 100644 --- a/engines/fullpipe/statics.cpp +++ b/engines/fullpipe/statics.cpp @@ -1276,7 +1276,7 @@ bool StaticANIObject::startAnim(int movementId, int messageQueueId, int dynPhase if (_flags & 0x80) return false; - debug(0, "StaticANIObject::startAnim(%d, %d, %d) (%s [%d]) [%d, %d]", movementId, messageQueueId, dynPhaseIdx, transCyrillic((byte *)_objectName), _id, _ox, _oy); + debug(4, "StaticANIObject::startAnim(%d, %d, %d) (%s [%d]) [%d, %d]", movementId, messageQueueId, dynPhaseIdx, transCyrillic((byte *)_objectName), _id, _ox, _oy); if (_messageQueueId) { updateGlobalMessageQueue(messageQueueId, _id); |