aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound_he.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-01-05 09:27:02 +0000
committerTravis Howell2006-01-05 09:27:02 +0000
commit8ae6c259ad78d3a2e1db981e5a665db5c14c319e (patch)
treebb0f097de27b1dcf95e910c55fdeb37f598c8a7a /scumm/sound_he.cpp
parent2f7acd49add4c34db73def3773dd453d5d45d341 (diff)
downloadscummvm-rg350-8ae6c259ad78d3a2e1db981e5a665db5c14c319e.tar.gz
scummvm-rg350-8ae6c259ad78d3a2e1db981e5a665db5c14c319e.tar.bz2
scummvm-rg350-8ae6c259ad78d3a2e1db981e5a665db5c14c319e.zip
Revert, might be HE100 only.
svn-id: r19915
Diffstat (limited to 'scumm/sound_he.cpp')
-rw-r--r--scumm/sound_he.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/sound_he.cpp b/scumm/sound_he.cpp
index a941ca3b22..342c9f581d 100644
--- a/scumm/sound_he.cpp
+++ b/scumm/sound_he.cpp
@@ -439,7 +439,8 @@ void Sound::playHESound(int soundID, int heOffset, int heChannel, int heFlags) {
_overrideFreq = 0;
}
- if ((heFlags & 1) || (heFlags & 4)) {
+ // Bit 3 is looping related too
+ if ((heFlags & 1)) {
flags |= Audio::Mixer::FLAG_LOOP;
}