diff options
author | Filippos Karapetis | 2011-06-25 12:42:49 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-06-25 12:43:32 +0300 |
commit | 7432cc4dd97e56e28c7acfef368272392ffb2900 (patch) | |
tree | f408a1c7c778bdec931100d0c231536a6534e37d /engines | |
parent | a63e5939ed9f88e0609426e0e83c9fc7a90d38ab (diff) | |
download | scummvm-rg350-7432cc4dd97e56e28c7acfef368272392ffb2900.tar.gz scummvm-rg350-7432cc4dd97e56e28c7acfef368272392ffb2900.tar.bz2 scummvm-rg350-7432cc4dd97e56e28c7acfef368272392ffb2900.zip |
SCI: Fixed bug #3325512: "EcoQuest 1: Audio settings are not saved"
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/sci.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp index de1aafb8e2..792b2b2055 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -870,6 +870,7 @@ void SciEngine::syncIngameAudioOptions() { // Is it a game that supports simultaneous speech and subtitles? if (getGameId() == GID_SQ4 || getGameId() == GID_FREDDYPHARKAS + || getGameId() == GID_ECOQUEST // TODO: The following need script patches for simultaneous speech and subtitles //|| getGameId() == GID_KQ6 //|| getGameId() == GID_LAURABOW2 |