aboutsummaryrefslogtreecommitdiff
path: root/sky/sky.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-11-29 00:17:03 +0000
committerEugene Sandulenko2004-11-29 00:17:03 +0000
commit99503e3a32ecd8e5631f54840f91a66a08b6717a (patch)
tree6dbf711a128bd910a3103d0e8f3034faebadfaeb /sky/sky.cpp
parent72cb985ee3b63fcc75048ab8a31b69a1ecfbd4c7 (diff)
downloadscummvm-rg350-99503e3a32ecd8e5631f54840f91a66a08b6717a.tar.gz
scummvm-rg350-99503e3a32ecd8e5631f54840f91a66a08b6717a.tar.bz2
scummvm-rg350-99503e3a32ecd8e5631f54840f91a66a08b6717a.zip
Fix music volume
svn-id: r15959
Diffstat (limited to 'sky/sky.cpp')
-rw-r--r--sky/sky.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 2c19622f7f..e45c3c53d8 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -255,6 +255,7 @@ int SkyEngine::init(GameDetector &detector) {
warning("Sound initialisation failed");
_mixer->setVolume(ConfMan.getInt("sfx_volume"));
+ _mixer->setMusicVolume(ConfMan.getInt("music_volume"));
_floppyIntro = ConfMan.getBool("alt_intro");
_skyDisk = new Disk(_gameDataPath);