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:
parent
27307acd7c
commit
eaca27a33b
5 changed files with 16 additions and 18 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue