From d2dab235106851ac25ca4992a07678863011045b Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 8 Mar 2005 03:52:02 +0000 Subject: Add HE100 difference in opcode. svn-id: r17033 --- scumm/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/sound.cpp') 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; -- cgit v1.2.3