aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorThierry Crozat2014-12-21 18:25:57 +0000
committerThierry Crozat2014-12-21 18:25:57 +0000
commit0433eda4dec8b6ac660aacec2ae3866461214ce3 (patch)
treecdcada334d404f7213dfe6035ec5a75d2e1e7c5e /engines
parent219d4293119989831f0bc0df095617305e0a0e1e (diff)
downloadscummvm-rg350-0433eda4dec8b6ac660aacec2ae3866461214ce3.tar.gz
scummvm-rg350-0433eda4dec8b6ac660aacec2ae3866461214ce3.tar.bz2
scummvm-rg350-0433eda4dec8b6ac660aacec2ae3866461214ce3.zip
CGE2: Add detection for new English freeware version
Diffstat (limited to 'engines')
-rw-r--r--engines/cge2/detection.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index 6e1b93d0b8..4acdea3fde 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -80,6 +80,16 @@ static const ADGameDescription gameDescriptions[] = {
},
Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
},
+
+ {
+ "sfinx", "Freeware v1.1",
+ {
+ {"vol.cat", 0, "f158e469dccbebc5a632eb848df89779", 129024},
+ {"vol.dat", 0, "d40a6b4ae173d6930be54ba56bee15d5", 34182773},
+ AD_LISTEND
+ },
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
+ },
AD_TABLE_END_MARKER
};