diff options
author | Torbjörn Andersson | 2006-10-15 21:50:34 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-10-15 21:50:34 +0000 |
commit | b2ce8001cd2d683bceacea2496db5606e8c4032b (patch) | |
tree | 692a97578dacb432019b802070e6ae69709da48a /engines/cine | |
parent | 6ee478369a47d57343f87a2757f811fa9704848a (diff) | |
download | scummvm-rg350-b2ce8001cd2d683bceacea2496db5606e8c4032b.tar.gz scummvm-rg350-b2ce8001cd2d683bceacea2496db5606e8c4032b.tar.bz2 scummvm-rg350-b2ce8001cd2d683bceacea2496db5606e8c4032b.zip |
Added MD5 for Future Wars included in the UK "Classic Collection".
svn-id: r24343
Diffstat (limited to 'engines/cine')
-rw-r--r-- | engines/cine/detection.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/cine/detection.cpp b/engines/cine/detection.cpp index e03f67e909..7a601f37b3 100644 --- a/engines/cine/detection.cpp +++ b/engines/cine/detection.cpp @@ -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"}, }; @@ -240,6 +244,20 @@ static const CINEGameDescription gameDescriptions[] = { }, { + // 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", "", |