[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.95,1.96

Travis Howell kirben at users.sourceforge.net
Sun Nov 24 06:48:02 CET 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1:/tmp/cvs-serv3216/simon

Modified Files:
	simon.cpp 
Log Message:

Use command line/config file setting for music volume


Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- simon.cpp	24 Nov 2002 13:31:38 -0000	1.95
+++ simon.cpp	24 Nov 2002 14:47:07 -0000	1.96
@@ -148,6 +148,7 @@
 	if (!_mixer->bindToSystem(syst))
 		warning("Sound initialization failed. "
 						"Features of the game that depend on sound synchronization will most likely break");
+	midi.set_volume(detector->_music_volume);
 	set_volume(detector->_sfx_volume);
 
 	_effects_paused = false;





More information about the Scummvm-git-logs mailing list