[Scummvm-cvs-logs] scummvm master -> 9184a40fcc2263fae7bc67777346f592d50a39eb

bluegr md5 at scummvm.org
Tue Jul 3 02:47:38 CEST 2012


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:
9184a40fcc SCI: Fix incorrect game options for SQ4CD


Commit: 9184a40fcc2263fae7bc67777346f592d50a39eb
    https://github.com/scummvm/scummvm/commit/9184a40fcc2263fae7bc67777346f592d50a39eb
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-07-02T17:46:27-07:00

Commit Message:
SCI: Fix incorrect game options for SQ4CD

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 7c51c03..07b4733 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3536,7 +3536,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		{"resource.map", 0, "ed90a8e3ccc53af6633ff6ab58392bae", 7054},
 		{"resource.000", 0, "63247e3901ab8963d4eece73747832e0", 5157378},
 		AD_LISTEND},
-	 	Common::EN_ANY, Common::kPlatformPC, ADGF_CD, GUIO1(GAMEOPTION_SQ4_SILVER_CURSORS)	},
+	 	Common::EN_ANY, Common::kPlatformPC, ADGF_CD, GUIO5(GUIO_MIDIGM, GAMEOPTION_SQ4_SILVER_CURSORS, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
 	// Space Quest 4 - English Windows CD (from the Space Quest Collection)
 	// Executable scanning reports "1.001.064", VERSION file reports "1.0"






More information about the Scummvm-git-logs mailing list