[Scummvm-cvs-logs] scummvm master -> 1f91cc1aa0a21c80aa6d31934078b5d2a5e18f08

digitall dgturner at iee.org
Sat Aug 11 18:57:41 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:
1f91cc1aa0 SCI: Add PQ3 Spanish DOS detection entry from bug #3555647.


Commit: 1f91cc1aa0a21c80aa6d31934078b5d2a5e18f08
    https://github.com/scummvm/scummvm/commit/1f91cc1aa0a21c80aa6d31934078b5d2a5e18f08
Author: D G Turner (digitall at scummvm.org)
Date: 2012-08-11T09:55:31-07:00

Commit Message:
SCI: Add PQ3 Spanish DOS detection entry from bug #3555647.

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index d739891..b978f40 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2696,6 +2696,13 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 	 	Common::DE_DEU, Common::kPlatformPC, ADGF_ADDENGLISH, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Police Quest 3 - Spanish DOS v1.000 - Supplied by dianiu in bug report #3555647
+	{"pq3", "", {
+		{"resource.map", 0, "ffa0b4631c4e36d69631256d19ba29e7", 5421},
+		{"resource.000", 0, "5ee460af3d70c06a745cc482b6c783ba", 5410263},
+		AD_LISTEND},
+	 	Common::ES_ESP, Common::kPlatformPC, ADGF_ADDENGLISH, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
 	// Police Quest 3 EGA
 	// Reported by musiclyinspired in bug report #3046573
 	{"pq3", "", {






More information about the Scummvm-git-logs mailing list