aboutsummaryrefslogtreecommitdiff
path: root/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound.cpp')
-rw-r--r--sound.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound.cpp b/sound.cpp
index 02d7c9f408..fe37ddbba6 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -588,9 +588,9 @@ void Scumm::setupSound()
if (_imuse) {
_imuse->setBase(res.address[rtSound]);
- _sound_volume_music = scummcfg->getInt("music_volume", 192);
- _sound_volume_master = scummcfg->getInt("master_volume", 192);
- _sound_volume_sfx = scummcfg->getInt("sfx_volume", 192);
+ _sound_volume_music = scummcfg->getInt("music_volume", kDefaultMusicVolume);
+ _sound_volume_master = scummcfg->getInt("master_volume", kDefaultMasterVolume);
+ _sound_volume_sfx = scummcfg->getInt("sfx_volume", kDefaultSFXVolume);
_imuse->set_master_volume(_sound_volume_master);
_imuse->set_music_volume(_sound_volume_music);