[Scummvm-cvs-logs] CVS: scummvm/sound mixer.cpp,1.94,1.95
Max Horn
fingolfin at users.sourceforge.net
Fri Aug 1 19:13:04 CEST 2003
Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv29464
Modified Files:
mixer.cpp
Log Message:
fix ChannelMP3CDMusic volume, too :-)
Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- mixer.cpp 2 Aug 2003 02:11:15 -0000 1.94
+++ mixer.cpp 2 Aug 2003 02:12:26 -0000 1.95
@@ -1032,7 +1032,7 @@
return;
}
- const int volume = _mixer->getVolume();
+ const int volume = _mixer->getMusicVolume();
st_size_t tmpLen = len;
_converter->flow(*_input, data, &tmpLen, volume);
#else
More information about the Scummvm-git-logs
mailing list