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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Mon Aug 2 17:17:18 CEST 2010


Revision: 51624
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51624&view=rev
Author:   mthreepwood
Date:     2010-08-02 15:17:18 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
SCI: Enable the Lighthouse demo SCI2.1 entry even when ENABLE_SCI3_GAMES is not set

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-08-02 14:52:35 UTC (rev 51623)
+++ scummvm/trunk/engines/sci/detection_tables.h	2010-08-02 15:17:18 UTC (rev 51624)
@@ -1825,6 +1825,7 @@
 		{"ressci.000", 0, "32792f9bc1bf3633a88b382bb3f6e40d", 67071418},
 		AD_LISTEND},
 		Common::ES_ESP, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
+#endif
 
 	// Lighthouse - English Windows Demo (from jvprat)
 	// Executable scanning reports "2.100.002", VERSION file reports "1.00"
@@ -1834,6 +1835,7 @@
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH	},
 
+#ifdef ENABLE_SCI3_GAMES
 	// Lighthouse - English Windows Demo
 	// Executable scanning reports "3.000.000", 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