aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.cpp')
-rw-r--r--sound/mixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 7a5be35fbb..c891fb6b99 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -231,7 +231,7 @@ void MixerImpl::playRaw(
AudioStream *input = makeRawMemoryStream((byte *)sound, size, autofreeBuffer, rate, flags, loopStart, loopEnd);
// Play it
- playInputStream(type, handle, input, id, volume, balance, DisposeAfterUse::YES, false, ((flags & Mixer::FLAG_REVERSE_STEREO) != 0));
+ playInputStream(type, handle, input, id, volume, balance, DisposeAfterUse::YES, false, false);
}
void MixerImpl::playInputStream(