[Scummvm-cvs-logs] CVS: scummvm/sky sky.cpp,1.92,1.93

Robert G?ffringmann lavosspawn at users.sourceforge.net
Fri Jul 11 23:13:17 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv21253/sky

Modified Files:
	sky.cpp 
Log Message:
get music volume from command line

Index: sky.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/sky.cpp,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -d -r1.92 -r1.93
--- sky.cpp	12 Jul 2003 05:38:04 -0000	1.92
+++ sky.cpp	12 Jul 2003 06:12:54 -0000	1.93
@@ -282,6 +282,8 @@
 		_quickLaunch = true;
 	else
 		_quickLaunch = false;
+
+	_skyMusic->setVolume(_detector->_music_volume >> 1);
 }
 
 void SkyState::initItemList() {





More information about the Scummvm-git-logs mailing list