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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Oct 15 23:50:39 CEST 2006


Revision: 24343
          http://svn.sourceforge.net/scummvm/?rev=24343&view=rev
Author:   eriktorbjorn
Date:     2006-10-15 14:50:34 -0700 (Sun, 15 Oct 2006)

Log Message:
-----------
Added MD5 for Future Wars included in the UK "Classic Collection".

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

Modified: scummvm/trunk/engines/cine/detection.cpp
===================================================================
--- scummvm/trunk/engines/cine/detection.cpp	2006-10-15 21:23:25 UTC (rev 24342)
+++ scummvm/trunk/engines/cine/detection.cpp	2006-10-15 21:50:34 UTC (rev 24343)
@@ -110,6 +110,10 @@
 	{ "part01",		0,	"61d003202d301c29dd399acfb1354310"},
 };
 
+static const ADGameFileDescription FWALT_GameFiles[] = {
+	{ "part01",		0,	"91d7271155520eae6915a9dd2dac120c"},
+};
+
 static const ADGameFileDescription FWDE_GameFiles[] = {
 	{ "part01",		0,	"f5e98fcca3fb5e7afa284c81c39d8b14"},
 };
@@ -240,9 +244,23 @@
 	},
 
 	{
+		// This is the version included in the UK "Classic Collection"
 		{
 			"fw",
 			"",
+			ARRAYSIZE(FWALT_GameFiles),
+			FWALT_GameFiles,
+			Common::EN_ANY,
+			Common::kPlatformPC,
+		},
+		GType_FW,
+		0,
+	},
+
+	{
+		{
+			"fw",
+			"",
 			ARRAYSIZE(FWDE_GameFiles),
 			FWDE_GameFiles,
 			Common::DE_DEU,


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