aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-10-06 08:22:45 +0000
committerPaweł Kołodziejski2002-10-06 08:22:45 +0000
commitade52477760ad437b87092da273adacc1cd19b15 (patch)
tree5a53087700e1b70ec1347b2e1e499a7245ae5165 /scumm
parent6b640a5dc4671bf2821d847fe5fd8f25081e9528 (diff)
downloadscummvm-rg350-ade52477760ad437b87092da273adacc1cd19b15.tar.gz
scummvm-rg350-ade52477760ad437b87092da273adacc1cd19b15.tar.bz2
scummvm-rg350-ade52477760ad437b87092da273adacc1cd19b15.zip
full redraw after smush movie and changes in debug
svn-id: r5096
Diffstat (limited to 'scumm')
-rw-r--r--scumm/imuse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/imuse.cpp b/scumm/imuse.cpp
index db617f0ed8..ecce396978 100644
--- a/scumm/imuse.cpp
+++ b/scumm/imuse.cpp
@@ -5221,7 +5221,7 @@ int32 IMuseDigital::doCommand(int a, int b, int c, int d, int e, int f, int g, i
}
int IMuseDigital::getSoundStatus(int sound) {
- debug(1, "IMuseDigital::getSoundStatus(%d)", sound);
+ debug(2, "IMuseDigital::getSoundStatus(%d)", sound);
for (int32 l = 0; l < MAX_DIGITAL_CHANNELS; l++) {
if ((_channel[l]._idSound == sound) && (_channel[l]._used == true)) {
return 1;