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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat May 2 15:49:39 CEST 2009


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

Log Message:
-----------
Add English DOS demo of Leisure Suit Larry 2.

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:34:45 UTC (rev 40242)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-05-02 13:49:39 UTC (rev 40243)
@@ -1270,9 +1270,19 @@
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformAmiga, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(0, 000, 572) // x.yyy.zzz (by executable scan)
+		SCI_VERSION(0, 000, 572) // x.yyy.zzz (by executable scan) 
 	},
 
+	// Larry 2 - English DOS Demo
+	{{"lsl2", "Demo", {
+		{"resource.map", 0, "03dba704bb77da55a91ad27b5a3cac09", 528},
+		{"resource.001", 0, "9f5520f0297206928df0b0b36493cd33", 127532},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(0, 000, 409) // FIXME: no version number in executable (x.yyy.zzz)
+	},
+	
 	// Larry 2 - English DOS
 	{{"lsl2", "", {
 		{"resource.map", 0, "42258cf767a8ebaa9e66b6151a80e601", 5628},


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