aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.cpp')
-rw-r--r--scumm/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.cpp b/scumm/sound.cpp
index 2b24f1694d..c3d184701f 100644
--- a/scumm/sound.cpp
+++ b/scumm/sound.cpp
@@ -167,7 +167,7 @@ void Sound::playSound(int soundID, int heOffset, int heChannel, int heFlags) {
byte flags = SoundMixer::FLAG_UNSIGNED | SoundMixer::FLAG_AUTOFREE;
if (_vm->_heversion >= 70 && soundID > _vm->_numSounds) {
- debug(0, "playSound #%d", soundID);
+ debug(1, "playSound #%d", soundID);
int music_offs, total_size;
uint tracks, skip = 0;