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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Thu Aug 20 20:10:02 CEST 2009


Revision: 43565
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43565&view=rev
Author:   mthreepwood
Date:     2009-08-20 18:10:02 +0000 (Thu, 20 Aug 2009)

Log Message:
-----------
Add detection for the QFG2 demo.

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-08-20 17:12:46 UTC (rev 43564)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-08-20 18:10:02 UTC (rev 43565)
@@ -2308,6 +2308,15 @@
 		0
 	},
 
+	// Quest for Glory 2 - English DOS Non-Interactive Demo
+	// Executable scanning reports "1.000.046"
+	{{"qfg2", "Demo", {
+		{"resource.map", 0, "e75eb86bdd517b3ef709058249986a87", 906},
+		{"resource.001", 0, "9b098f9e1008abe30e56c93b896494e6", 362123},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, ADGF_DEMO, GUIO_NOSPEECH},
+		0
+	},
+	
 	// Quest for Glory 3 - English DOS Non-Interactive Demo (from FRG)
 	// Executable scanning reports "1.001.021", VERSION file reports "1.000, 0.001.059, 6.12.92"
 	{{"qfg3", "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