diff options
Diffstat (limited to 'engines/sci/sci.cpp')
-rw-r--r-- | engines/sci/sci.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index d725e36a5a..20547f3601 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -1068,16 +1068,6 @@ void SciEngine::syncSoundSettings() { } } -// used by Script Patcher. Used to find out, if Laura Bow 2/King's Quest 6 need patching for Speech+Subtitles - or not -bool SciEngine::speechAndSubtitlesEnabled() { - bool subtitlesOn = ConfMan.getBool("subtitles"); - bool speechOn = !ConfMan.getBool("speech_mute"); - - if (isCD() && subtitlesOn && speechOn) - return true; - return false; -} - void SciEngine::syncIngameAudioOptions() { bool useGlobal90 = false; |