aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mixer.cpp b/sound/mixer.cpp
index 64c748adcb..cd5de57305 100644
--- a/sound/mixer.cpp
+++ b/sound/mixer.cpp
@@ -144,7 +144,7 @@ void SoundMixer::setupPremix(AudioStream *stream) {
return;
// Create the channel
- _premixChannel = new Channel(this, 0, stream, false, false);
+ _premixChannel = new Channel(this, 0, stream, false, true);
}
void SoundMixer::insertChannel(PlayingSoundHandle *handle, Channel *chan) {