aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-03-08 03:52:02 +0000
committerTravis Howell2005-03-08 03:52:02 +0000
commitd2dab235106851ac25ca4992a07678863011045b (patch)
tree9ea2008bedc182bfedb7c1e6c7ea1bc9a7676b98 /scumm/sound.cpp
parente4bfdcaeddc611ff8cf5a8fa54dcf9726b7fffa5 (diff)
downloadscummvm-rg350-d2dab235106851ac25ca4992a07678863011045b.tar.gz
scummvm-rg350-d2dab235106851ac25ca4992a07678863011045b.tar.bz2
scummvm-rg350-d2dab235106851ac25ca4992a07678863011045b.zip
Add HE100 difference in opcode.
svn-id: r17033
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;