[Scummvm-cvs-logs] scummvm master -> 7432cc4dd97e56e28c7acfef368272392ffb2900

bluegr md5 at scummvm.org
Sat Jun 25 11:45:53 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7432cc4dd9 SCI: Fixed bug #3325512: "EcoQuest 1: Audio settings are not saved"


Commit: 7432cc4dd97e56e28c7acfef368272392ffb2900
    https://github.com/scummvm/scummvm/commit/7432cc4dd97e56e28c7acfef368272392ffb2900
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-06-25T02:43:32-07:00

Commit Message:
SCI: Fixed bug #3325512: "EcoQuest 1: Audio settings are not saved"

Changed paths:
    engines/sci/sci.cpp



diff --git a/engines/sci/sci.cpp b/engines/sci/sci.cpp
index de1aafb..792b2b2 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






More information about the Scummvm-git-logs mailing list