From 3a7588c9833d976c3559463f69fdf14ab9a361df Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 12 Mar 2005 01:16:58 +0000 Subject: Ooops svn-id: r17085 --- scumm/dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/dialogs.cpp') 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; -- cgit v1.2.3