aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2
diff options
context:
space:
mode:
authorStrangerke2014-09-11 21:37:24 +0200
committerStrangerke2014-09-11 21:37:24 +0200
commitccdb9c8d6be0fb5d2520419eef8a8295652abc3d (patch)
tree332dccf334c8fc450d2df72f3bdb0c2ef2135ac3 /engines/cge2
parent4aaa74aea7b678d736c70d380a29987c2e003ca6 (diff)
downloadscummvm-rg350-ccdb9c8d6be0fb5d2520419eef8a8295652abc3d.tar.gz
scummvm-rg350-ccdb9c8d6be0fb5d2520419eef8a8295652abc3d.tar.bz2
scummvm-rg350-ccdb9c8d6be0fb5d2520419eef8a8295652abc3d.zip
CGE2: Add detection for the freeware v0.3 English
Diffstat (limited to 'engines/cge2')
-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 605a3fe377..ebcbf76a47 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -60,6 +60,16 @@ static const ADGameDescription gameDescriptions[] = {
Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
},
+ {
+ "sfinx", "Freeware v0.3",
+ {
+ {"vol.cat", 0, "f158e469dccbebc5a632eb848df89779", 129024},
+ {"vol.dat", 0, "d40a6b4ae173d6930be54ba56bee15d5", 34183430},
+ AD_LISTEND
+ },
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF)
+ },
+
AD_TABLE_END_MARKER
};