Added MD5 for Future Wars included in the UK "Classic Collection".

svn-id: r24343
This commit is contained in:
Torbjörn Andersson 2006-10-15 21:50:34 +00:00
parent 6ee478369a
commit b2ce8001cd

View File

@ -110,6 +110,10 @@ static const ADGameFileDescription FW_GameFiles[] = {
{ "part01", 0, "61d003202d301c29dd399acfb1354310"},
};
static const ADGameFileDescription FWALT_GameFiles[] = {
{ "part01", 0, "91d7271155520eae6915a9dd2dac120c"},
};
static const ADGameFileDescription FWDE_GameFiles[] = {
{ "part01", 0, "f5e98fcca3fb5e7afa284c81c39d8b14"},
};
@ -239,6 +243,20 @@ static const CINEGameDescription gameDescriptions[] = {
0,
},
{
// 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",