aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/sci.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index 3e96ecc8f2..7eee9aa2df 100644
--- a/engines/sci/sci.cpp
+++ b/engines/sci/sci.cpp
@@ -816,8 +816,8 @@ void SciEngine::syncSoundSettings() {
}
void SciEngine::syncIngameAudioOptions() {
- // Now, sync the in-game speech/subtitles settings for CD games
- if (isCD()) {
+ // Now, sync the in-game speech/subtitles settings for SCI1.1 CD games
+ if (isCD() && getSciVersion() == SCI_VERSION_1_1) {
bool subtitlesOn = ConfMan.getBool("subtitles");
bool speechOn = !ConfMan.getBool("speech_mute");