mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 05:00:59 +00:00
Missed one spot.
svn-id: r12980
This commit is contained in:
parent
42028e984f
commit
8a8bbbf80f
@ -463,6 +463,9 @@ void ConfigDialog::close() {
|
||||
if (getResult()) {
|
||||
// Subtitles
|
||||
ConfMan.set("subtitles", subtitlesCheckbox->getState(), _domain);
|
||||
// Sync with current setting
|
||||
if (_vm->_version >= 7)
|
||||
_vm->VAR(_vm->VAR_VOICE_MODE) = subtitlesCheckbox->getState();
|
||||
}
|
||||
|
||||
GUI_OptionsDialog::close();
|
||||
|
Loading…
x
Reference in New Issue
Block a user