aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;