aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-24 01:37:51 +0000
committerJohannes Schickel2009-05-24 01:37:51 +0000
commitc0302661ed3baac83c67002a6af072eabd08eb3a (patch)
treeb2bc394b52c2ee63c5ebeffcb365f856c915561b /engines/kyra/sound_lol.cpp
parent70f8f1fbf3fc39e7ce280883d43a54cc71bc7760 (diff)
downloadscummvm-rg350-c0302661ed3baac83c67002a6af072eabd08eb3a.tar.gz
scummvm-rg350-c0302661ed3baac83c67002a6af072eabd08eb3a.tar.bz2
scummvm-rg350-c0302661ed3baac83c67002a6af072eabd08eb3a.zip
Cleanup.
svn-id: r40850
Diffstat (limited to 'engines/kyra/sound_lol.cpp')
-rw-r--r--engines/kyra/sound_lol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound_lol.cpp b/engines/kyra/sound_lol.cpp
index 7afba2ae10..4cd033c885 100644
--- a/engines/kyra/sound_lol.cpp
+++ b/engines/kyra/sound_lol.cpp
@@ -178,7 +178,7 @@ void LoLEngine::snd_playSoundEffect(int track, int volume) {
}
if (hasVocFile) {
- _sound->voicePlay(_ingameSoundList[vocIndex], volume & 0xff, true);
+ _sound->voicePlay(_ingameSoundList[vocIndex], 0, volume & 0xff, true);
} else if (_flags.platform == Common::kPlatformPC) {
if (_sound->getSfxType() == Sound::kMidiMT32)
track = track < _ingameMT32SoundIndexSize ? _ingameMT32SoundIndex[track] - 1 : -1;