From 7432cc4dd97e56e28c7acfef368272392ffb2900 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 25 Jun 2011 12:42:49 +0300 Subject: SCI: Fixed bug #3325512: "EcoQuest 1: Audio settings are not saved" --- engines/sci/sci.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/sci.cpp') 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 -- cgit v1.2.3