Renamed updateVolumes to updateSoundSettings -- now it also handles subtitles/speech_mute settings. Also changed the ConfigDialog accordingly

svn-id: r22233
This commit is contained in:
Max Horn 2006-04-29 23:09:40 +00:00
parent 27307acd7c
commit eaca27a33b
5 changed files with 16 additions and 18 deletions

View file

@ -270,7 +270,7 @@ bool ScummEngine::loadState(int slot, bool compat) {
delete in;
// Update volume settings
updateVolumes();
updateSoundSettings();
// Init NES costume data
if (_game.platform == Common::kPlatformNES) {