From e9be61a465874219638b204e24f74e9ffa2e8744 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 16 Apr 2005 11:31:00 +0000 Subject: Disable again, some sounds loop forever. svn-id: r17619 --- scumm/sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scumm/sound.cpp b/scumm/sound.cpp index c0934ea626..f15adef42c 100644 --- a/scumm/sound.cpp +++ b/scumm/sound.cpp @@ -313,8 +313,8 @@ void Sound::playSound(int soundID, int heOffset, int heChannel, int heFlags) { } if (heFlags & 1) { - _vm->_mixer->stopHandle(_heSoundChannels[heChannel]); - flags |= SoundMixer::FLAG_LOOP; + // TODO + // flags |= SoundMixer::FLAG_LOOP; } // Allocate a sound buffer, copy the data into it, and play -- cgit v1.2.3