diff options
author | Strangerke | 2013-05-17 08:26:12 +0200 |
---|---|---|
committer | Strangerke | 2013-05-17 08:26:46 +0200 |
commit | 0822b77d9513669b3f146971671f0e41e680de5e (patch) | |
tree | 09209b26377b1fb550e08ee6f721934ffa725bb9 /engines/cge | |
parent | 6b4e62004ae435561bb02eb12521b89f22e90f64 (diff) | |
download | scummvm-rg350-0822b77d9513669b3f146971671f0e41e680de5e.tar.gz scummvm-rg350-0822b77d9513669b3f146971671f0e41e680de5e.tar.bz2 scummvm-rg350-0822b77d9513669b3f146971671f0e41e680de5e.zip |
CGE: Add detection entry for Sfinx
Diffstat (limited to 'engines/cge')
-rw-r--r-- | engines/cge/detection.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp index 9e40c7b925..289aede99e 100644 --- a/engines/cge/detection.cpp +++ b/engines/cge/detection.cpp @@ -30,6 +30,7 @@ static const PlainGameDescriptor CGEGames[] = { { "soltys", "Soltys" }, + { "sfinx", "Sfinx" }, { 0, 0 } }; @@ -91,6 +92,16 @@ static const ADGameDescription gameDescriptions[] = { }, Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() }, + { + // Polish version, provided by Strangerke + "sfinx", "Sfinx Freeware", + { + {"vol.cat", 0, "21197b287d397c53261b6616bf0dd880", 129024}, + {"vol.dat", 0, "de14291869a8eb7c2732ab783c7542ef", 34180844}, + AD_LISTEND + }, + Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO0() + }, AD_TABLE_END_MARKER }; |