diff options
| -rw-r--r-- | scumm/sound.cpp | 4 | 
1 files 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  | 
