[Scummvm-cvs-logs] SF.net SVN: scummvm:[40242] scummvm/trunk/engines/sci/detection.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat May 2 15:34:45 CEST 2009


Revision: 40242
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40242&view=rev
Author:   Kirben
Date:     2009-05-02 13:34:45 +0000 (Sat, 02 May 2009)

Log Message:
-----------
Add English DOS demo of Conquests of Camelot.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection.cpp

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-05-02 13:14:10 UTC (rev 40241)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-05-02 13:34:45 UTC (rev 40242)
@@ -284,6 +284,16 @@
 		SCI_VERSION(0, 000, 685) // got 1.002.030 by executable scan
 	},
 
+	// Conquests of Camelot - English DOS Demo
+	{{"camelot", "Demo", {
+		{"resource.map", 0, "f4cd75c15be75e04cdca3acda2c0b0ea", 468},
+		{"resource.001", 0, "4930708722f34bfbaa4945fb08f55f61", 232523},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(0, 000, 668)
+	},
+
 	// Conquests of Camelot - English DOS
 	{{"camelot", "", {
 		{"resource.map", 0, "95eca3991906dfd7ed26d193df07596f", 7278},
@@ -2359,10 +2369,10 @@
 	},
 
 	// Space Quest 3 - English DOS Demo
-	{{"sq3", "", {
+	{{"sq3", "Demo", {
 		{"resource.map", 0, "ec66ac2b1ce58b2575ba00b65058de1a", 612},
 		{"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 180245},
-		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
 		{},
 		SCI_VERSION_AUTODETECT,
 		SCI_VERSION(0, 000, 453)


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