aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2014-05-30 16:10:51 +0200
committerStrangerke2014-05-30 16:10:51 +0200
commit7e8923f757d990972f2bc5ff995c98c0243b7fba (patch)
treea80c26a98d6acd8113ed0242525d3b2090f26947
parente34113a94cf3762880fc33694b61af4d18f5fb8c (diff)
downloadscummvm-rg350-7e8923f757d990972f2bc5ff995c98c0243b7fba.tar.gz
scummvm-rg350-7e8923f757d990972f2bc5ff995c98c0243b7fba.tar.bz2
scummvm-rg350-7e8923f757d990972f2bc5ff995c98c0243b7fba.zip
CGE2: Add detection for the WIP English translation
-rw-r--r--engines/cge2/detection.cpp12
1 files changed, 10 insertions, 2 deletions
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp
index 9c63af1ec6..e417a13853 100644
--- a/engines/cge2/detection.cpp
+++ b/engines/cge2/detection.cpp
@@ -35,7 +35,7 @@ static const PlainGameDescriptor CGE2Games[] = {
{ 0, 0 }
};
-static const ADGameDescription gameDescriptions[] = { // TODO: Add ENG version too.
+static const ADGameDescription gameDescriptions[] = {
{
"sfinx", "Sfinx Freeware",
{
@@ -45,7 +45,15 @@ static const ADGameDescription gameDescriptions[] = { // TODO: Add ENG version t
},
Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
},
-
+ {
+ "sfinx", "Sfinx English Alfa v0.1",
+ {
+ {"vol.cat", 0, "41a61030468e33828f3531fd53ef0319", 129024},
+ {"vol.dat", 0, "978ebe56442c111d193fdb4d960cc58d", 34382498},
+ AD_LISTEND
+ },
+ Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0()
+ },
AD_TABLE_END_MARKER
};