diff options
author | Nicola Mettifogo | 2007-05-13 12:41:42 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-05-13 12:41:42 +0000 |
commit | 09c816e69555a1cd6f8034458440754533fe492b (patch) | |
tree | 8d6d2274b7471785c53b3fa3c1f9a536896aea4e /engines/parallaction/animation.cpp | |
parent | 7c79fe5bce06e63f64e70461f073c54a1cb9f698 (diff) | |
download | scummvm-rg350-09c816e69555a1cd6f8034458440754533fe492b.tar.gz scummvm-rg350-09c816e69555a1cd6f8034458440754533fe492b.tar.bz2 scummvm-rg350-09c816e69555a1cd6f8034458440754533fe492b.zip |
New debug messages.
svn-id: r26832
Diffstat (limited to 'engines/parallaction/animation.cpp')
-rw-r--r-- | engines/parallaction/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/animation.cpp b/engines/parallaction/animation.cpp index 1b8752bab3..b2097c15d8 100644 --- a/engines/parallaction/animation.cpp +++ b/engines/parallaction/animation.cpp @@ -465,7 +465,7 @@ void jobRunScripts(void *parm, Job *j) { while (((*inst)->_index != INST_SHOW) && (a->_flags & kFlagsActing)) { - debugC(1, kDebugJobs, "Animation: %s, instruction: %s", a->_label._text, (*inst)->_index == INST_END ? "end" : _instructionNamesRes[(*inst)->_index - 1]); + debugC(9, kDebugJobs, "Animation: %s, instruction: %s", a->_label._text, (*inst)->_index == INST_END ? "end" : _instructionNamesRes[(*inst)->_index - 1]); switch ((*inst)->_index) { case INST_ENDLOOP: // endloop |