From 89e0c0b315702ce51c74c068adf294ad275287cc Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 8 May 2008 05:05:47 +0000 Subject: Since BASS treats speech separately from other sounds, let's use the speech_volume setting for that, as suggested on the forum. svn-id: r31941 --- engines/sky/sky.cpp | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.3