From 3a852fb96acf7aaa0fa7a36c04be54b1902cc175 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 8 Oct 2012 23:49:49 +0300 Subject: SCI: Also add LSL6 CD to syncIngameAudioOptions() --- engines/sci/sci.cpp | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3