aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cine/detection.cpp18
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",
"",