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
This commit is contained in:
Max Horn 2004-11-28 13:57:49 +00:00
parent 3da8e08c0c
commit f6b495c8bc

View File

@ -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) {