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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat May 2 15:14:10 CEST 2009


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

Log Message:
-----------
Add English DOS demo of Space Quest 3.

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-05-02 12:18:02 UTC (rev 40240)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-05-02 13:14:10 UTC (rev 40241)
@@ -2358,6 +2358,16 @@
 		SCI_VERSION(1, 000, 784) // got 1.004.006 by executable scan
 	},
 
+	// Space Quest 3 - English DOS Demo
+	{{"sq3", "", {
+		{"resource.map", 0, "ec66ac2b1ce58b2575ba00b65058de1a", 612},
+		{"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 180245},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(0, 000, 453)
+	},
+
 	// Space Quest 3 - English DOS (provided by richiefs in bug report #2670691)
 	{{"sq3", "", {
 		{"resource.map", 0, "fee82d211c3918a90ce3b476d3dbb245", 5484},


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