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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Sat Feb 16 23:32:24 CET 2008


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

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

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2008-02-16 18:50:37 UTC (rev 30883)
+++ scummvm/trunk/engines/gob/detection.cpp	2008-02-16 22:32:24 UTC (rev 30884)
@@ -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