diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sky/sky.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sky/sky.cpp b/engines/sky/sky.cpp index e53458e33a..d87ed06fef 100644 --- a/engines/sky/sky.cpp +++ b/engines/sky/sky.cpp @@ -435,6 +435,7 @@ int SkyEngine::init() { SkyEngine::_systemVars.systemFlags |= SF_MUS_OFF; } _mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume")); + _mixer->setVolumeForSoundType(Audio::Mixer::kSpeechSoundType, ConfMan.getInt("speech_volume")); _mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, ConfMan.getInt("music_volume")); _floppyIntro = ConfMan.getBool("alt_intro"); |