[Scummvm-cvs-logs] CVS: scummvm/sword2 sword2.cpp,1.124,1.125

Eugene Sandulenko sev at users.sourceforge.net
Sun Nov 28 16:26:20 CET 2004


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

Modified Files:
	sword2.cpp 
Log Message:
Fix music volume


Index: sword2.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/sword2.cpp,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -d -r1.124 -r1.125
--- sword2.cpp	24 Nov 2004 00:14:20 -0000	1.124
+++ sword2.cpp	29 Nov 2004 00:25:15 -0000	1.125
@@ -254,6 +254,7 @@
 	// soften the sound in any way.
 
 	_mixer->setVolume(256);
+	_mixer->setMusicVolume(256);
 
 	// During normal gameplay, we care neither about mouse button releases
 	// nor the scroll wheel.





More information about the Scummvm-git-logs mailing list