aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/dialogs.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dialogs.cpp b/engines/dialogs.cpp
index 97c947aef0..a923379c81 100644
--- a/engines/dialogs.cpp
+++ b/engines/dialogs.cpp
@@ -277,6 +277,7 @@ ConfigDialog::ConfigDialog(bool subtitleControls)
//
addVolumeControls(this, "ScummConfig.");
+ setVolumeSettingsState(true); // could disable controls by GUI options
//
// Subtitle speed and toggle controllers
@@ -285,6 +286,7 @@ ConfigDialog::ConfigDialog(bool subtitleControls)
if (subtitleControls) {
// Global talkspeed range of 0-255
addSubtitleControls(this, "ScummConfig.", 255);
+ setSubtitleSettingsState(true); // could disable controls by GUI options
}
//