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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon Sep 14 14:23:18 CEST 2009


Revision: 44076
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44076&view=rev
Author:   lordhoto
Date:     2009-09-14 12:23:17 +0000 (Mon, 14 Sep 2009)

Log Message:
-----------
Add md5 sum of FW Amiga distributed by "Interplay".

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

Modified: scummvm/trunk/engines/cine/detection.cpp
===================================================================
--- scummvm/trunk/engines/cine/detection.cpp	2009-09-13 21:48:02 UTC (rev 44075)
+++ scummvm/trunk/engines/cine/detection.cpp	2009-09-14 12:23:17 UTC (rev 44076)
@@ -172,6 +172,20 @@
 		0,
 	},
 
+	{ // Amiga "Interplay" labeled version
+		{
+			"fw",
+			"",
+			AD_ENTRY1("part01", "a17a5eb15200c63276d486a88263ccd0"),
+			Common::EN_ANY,
+			Common::kPlatformAmiga,
+			ADGF_NO_FLAGS,
+			GUIO_NONE
+		},
+		GType_FW,
+		0,
+	},
+
 	{
 		{
 			"fw",


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