diff options
-rw-r--r-- | scumm/dialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp index 0b30d45cb5..dc325f7889 100644 --- a/scumm/dialogs.cpp +++ b/scumm/dialogs.cpp @@ -451,7 +451,7 @@ void ConfigDialog::close() { if (getResult()) { // Subtitles ConfMan.set("subtitles", subtitlesCheckbox->getState(), _domain); - ConfMan.set("speech_mute", !subtitlesCheckbox->getState(), _domain); + ConfMan.set("speech_mute", !speechCheckbox->getState(), _domain); // Sync with current setting if (ConfMan.getBool("speech_mute")) _vm->_voiceMode = 2; |