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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Wed Jul 14 16:18:40 CEST 2010


Revision: 50886
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50886&view=rev
Author:   mthreepwood
Date:     2010-07-14 14:18:40 +0000 (Wed, 14 Jul 2010)

Log Message:
-----------
The LSL7 demo is SCI2.1 so we should detect it even when ENABLE_SCI3_GAMES is not defined.

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-14 14:12:42 UTC (rev 50885)
+++ scummvm/trunk/engines/sci/detection_tables.h	2010-07-14 14:18:40 UTC (rev 50886)
@@ -1706,6 +1706,14 @@
 		{NULL, 0, NULL, 0}},
 		Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NONE	},
 
+	// Larry 7 - English DOS Demo (provided by richiefs in bug report #2670691)
+	// SCI interpreter version 2.100.002
+	{"lsl7", "Demo", {
+		{"ressci.000", 0, "5cc6159688b2dc03790a67c90ccc67f9", 10195878},
+		{"resmap.000", 0, "6a2b2811eef82e87cde91cf1de845af8", 2695},
+		{NULL, 0, NULL, 0}},
+		Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH	},
+
 #ifdef ENABLE_SCI3_GAMES
 	// Larry 7 - English DOS CD (from spookypeanut)
 	// SCI interpreter version 3.000.000
@@ -1747,14 +1755,6 @@
 		{NULL, 0, NULL, 0}},
 		Common::ES_ESP, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
 
-	// Larry 7 - English DOS Demo (provided by richiefs in bug report #2670691)
-	// SCI interpreter version 2.100.002
-	{"lsl7", "Demo", {
-		{"ressci.000", 0, "5cc6159688b2dc03790a67c90ccc67f9", 10195878},
-		{"resmap.000", 0, "6a2b2811eef82e87cde91cf1de845af8", 2695},
-		{NULL, 0, NULL, 0}},
-		Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH	},
-
 	// Lighthouse - English Windows Demo (from jvprat)
 	// Executable scanning reports "2.100.002", VERSION file reports "1.00"
 	{"lighthouse", "Demo", {


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