diff options
Diffstat (limited to 'sky')
| -rw-r--r-- | sky/sky.cpp | 1 |
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); |
