[Scummvm-cvs-logs] CVS: scummvm/sound mixer.cpp,1.171,1.172

Max Horn fingolfin at users.sourceforge.net
Sun Nov 28 05:59:01 CET 2004


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1175

Modified Files:
	mixer.cpp 
Log Message:
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)

Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- mixer.cpp	27 Nov 2004 17:09:05 -0000	1.171
+++ mixer.cpp	28 Nov 2004 13:57:49 -0000	1.172
@@ -144,7 +144,7 @@
 		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) {





More information about the Scummvm-git-logs mailing list