diff options
author | Filippos Karapetis | 2012-10-08 23:49:49 +0300 |
---|---|---|
committer | Filippos Karapetis | 2012-10-08 23:49:49 +0300 |
commit | 3a852fb96acf7aaa0fa7a36c04be54b1902cc175 (patch) | |
tree | a9fdf0acfca99cb93293c1a679f6ee5f5ac90bc7 /engines | |
parent | 676f303a33859d603b8838e185dcfd08f50125d8 (diff) | |
download | scummvm-rg350-3a852fb96acf7aaa0fa7a36c04be54b1902cc175.tar.gz scummvm-rg350-3a852fb96acf7aaa0fa7a36c04be54b1902cc175.tar.bz2 scummvm-rg350-3a852fb96acf7aaa0fa7a36c04be54b1902cc175.zip |
SCI: Also add LSL6 CD to syncIngameAudioOptions()
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 42ae00b525..15b18ce8e6 100644 --- a/engines/sci/sci.cpp +++ b/engines/sci/sci.cpp @@ -876,6 +876,7 @@ void SciEngine::syncIngameAudioOptions() { if (getGameId() == GID_SQ4 || getGameId() == GID_FREDDYPHARKAS || getGameId() == GID_ECOQUEST + || getGameId() == GID_LSL6 // TODO: The following need script patches for simultaneous speech and subtitles //|| getGameId() == GID_KQ6 //|| getGameId() == GID_LAURABOW2 |