[Scummvm-cvs-logs] SF.net SVN: scummvm:[51382] scummvm/trunk/engines/sci/detection_tables.h

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Jul 27 20:17:48 CEST 2010


Revision: 51382
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51382&view=rev
Author:   mthreepwood
Date:     2010-07-27 18:17:47 +0000 (Tue, 27 Jul 2010)

Log Message:
-----------
SCI: Add second KQ5 EGA entry (from bug #3035421)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection_tables.h

Modified: scummvm/trunk/engines/sci/detection_tables.h
===================================================================
--- scummvm/trunk/engines/sci/detection_tables.h	2010-07-27 17:51:44 UTC (rev 51381)
+++ scummvm/trunk/engines/sci/detection_tables.h	2010-07-27 18:17:47 UTC (rev 51382)
@@ -973,6 +973,7 @@
 
 	// King's Quest 5 EGA (supplied by markcoolio in bug report #2829470)
 	// SCI interpreter version 1.000.060
+	// VERSION file reports "0.000.055"
 	{"kq5", "EGA", {
 		{"resource.map", 0, "baf888a4e4797ce0de0b19d4e183583c", 7662},
 		{"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 394242},
@@ -986,6 +987,21 @@
 		{NULL, 0, NULL, 0}},
 		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
 
+	// King's Quest 5 EGA (supplied by omer_mor in bug report #3035421)
+	// VERSION file reports "0.000.062"
+	{"kq5", "EGA", {
+		{"resource.map", 0, "e17cfb38175382b9188da75c53bbab64", 7656},
+		{"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 394072},
+		{"resource.001", 0, "c1eef048fa9fe76298c2d4705ef9549f", 561444},
+		{"resource.002", 0, "076aa0bf1d8d2c147d64aeffbe2928e5", 597580},
+		{"resource.003", 0, "ecb47cd04d06b2ab2f9f883667db6e81", 487633},
+		{"resource.004", 0, "4d74e8094ff57cea6ee92faf63dbd0af", 620749},
+		{"resource.005", 0, "3cca5b2dae8afe94532edfdc98d7edbe", 669961},
+		{"resource.006", 0, "698c698570cde9015e4d51eb8d2e9db1", 666541},
+		{"resource.007", 0, "703d8df30e89541af337d7706540d5c4", 541762},
+		{NULL, 0, NULL, 0}},
+		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
+
 	// King's Quest 5 - German DOS Floppy (supplied by markcoolio in bug report #2727101)
 	// SCI interpreter version 1.000.060
 	{"kq5", "", {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list