diff options
author | Strangerke | 2014-05-30 16:10:51 +0200 |
---|---|---|
committer | Strangerke | 2014-05-30 16:10:51 +0200 |
commit | 7e8923f757d990972f2bc5ff995c98c0243b7fba (patch) | |
tree | a80c26a98d6acd8113ed0242525d3b2090f26947 /engines | |
parent | e34113a94cf3762880fc33694b61af4d18f5fb8c (diff) | |
download | scummvm-rg350-7e8923f757d990972f2bc5ff995c98c0243b7fba.tar.gz scummvm-rg350-7e8923f757d990972f2bc5ff995c98c0243b7fba.tar.bz2 scummvm-rg350-7e8923f757d990972f2bc5ff995c98c0243b7fba.zip |
CGE2: Add detection for the WIP English translation
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/detection.cpp | 12 |
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 }; |