[Scummvm-cvs-logs] SF.net SVN: scummvm: [30885] scummvm/branches/branch-0-11-0/engines/gob/ detection.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sat Feb 16 23:33:11 CET 2008


Revision: 30885
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30885&view=rev
Author:   drmccoy
Date:     2008-02-16 14:33:11 -0800 (Sat, 16 Feb 2008)

Log Message:
-----------
Backport: Added a MD5 for another Gob2 Amiga Demo, as supplied by polluks in bug report #1895126

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/gob/detection.cpp

Modified: scummvm/branches/branch-0-11-0/engines/gob/detection.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/gob/detection.cpp	2008-02-16 22:32:24 UTC (rev 30884)
+++ scummvm/branches/branch-0-11-0/engines/gob/detection.cpp	2008-02-16 22:33:11 UTC (rev 30885)
@@ -620,6 +620,19 @@
 		kFeaturesNone,
 		"intro"
 	},
+	{ // Supplied by polluks in bug report #1895126
+		{
+			"gob2",
+			"Interactive Demo",
+			AD_ENTRY1s("intro.stk", "9fa85aea959fa8c582085855fbd99346", 553063),
+			UNK_LANG,
+			kPlatformAmiga,
+			Common::ADGF_DEMO
+		},
+		kGameTypeGob2,
+		kFeaturesNone,
+		"intro"
+	},
 	{
 		{
 			"ween",


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