[Scummvm-cvs-logs] SF.net SVN: scummvm:[44078] scummvm/branches/branch-1-0-0/engines/cine/ detection.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Sep 14 14:28:13 CEST 2009
Revision: 44078
http://scummvm.svn.sourceforge.net/scummvm/?rev=44078&view=rev
Author: lordhoto
Date: 2009-09-14 12:28:13 +0000 (Mon, 14 Sep 2009)
Log Message:
-----------
Backport of r44076: "Add md5 sum of FW Amiga distributed by "Interplay"."
Modified Paths:
--------------
scummvm/branches/branch-1-0-0/engines/cine/detection.cpp
Modified: scummvm/branches/branch-1-0-0/engines/cine/detection.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/cine/detection.cpp 2009-09-14 12:24:23 UTC (rev 44077)
+++ scummvm/branches/branch-1-0-0/engines/cine/detection.cpp 2009-09-14 12:28:13 UTC (rev 44078)
@@ -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