From f6b495c8bcba30a1ebc014f306a1017184ae9599 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Nov 2004 13:57:49 +0000 Subject: Assume for now that the premixer is always used for music playback (as opposed to being used for SFX); this affects the volume (see bug #1049375) svn-id: r15940 --- sound/mixer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') 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) { -- cgit v1.2.3