diff options
author | Thierry Crozat | 2014-10-14 21:43:41 +0100 |
---|---|---|
committer | Thierry Crozat | 2014-10-14 21:44:14 +0100 |
commit | c4a829a7c61e55b98f926a079f4c06ba029f02fa (patch) | |
tree | eac584477f06c7caa9fef7e797fd40272d8b5525 /engines | |
parent | d175d58ce1e534c77a1d8f4f4abd1fd17f26faff (diff) | |
download | scummvm-rg350-c4a829a7c61e55b98f926a079f4c06ba029f02fa.tar.gz scummvm-rg350-c4a829a7c61e55b98f926a079f4c06ba029f02fa.tar.bz2 scummvm-rg350-c4a829a7c61e55b98f926a079f4c06ba029f02fa.zip |
CGE2: Add detection for English v1.0 version of the game
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cge2/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index c05ce70c3d..6e1b93d0b8 100644 --- a/engines/cge2/detection.cpp +++ b/engines/cge2/detection.cpp @@ -71,6 +71,16 @@ static const ADGameDescription gameDescriptions[] = { Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF) }, + { + "sfinx", "Freeware v1.0", + { + {"vol.cat", 0, "f158e469dccbebc5a632eb848df89779", 129024}, + {"vol.dat", 0, "d40a6b4ae173d6930be54ba56bee15d5", 34183443}, + AD_LISTEND + }, + Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO1(GAMEOPTION_COLOR_BLIND_DEFAULT_OFF) + }, + AD_TABLE_END_MARKER }; |