diff options
author | Thierry Crozat | 2013-10-30 21:54:36 +0000 |
---|---|---|
committer | Thierry Crozat | 2013-10-30 21:56:39 +0000 |
commit | 2f2eb8ec84ce714a221ccc8904dc28b7f80a74fd (patch) | |
tree | f3f986cfc0d57ca55a4bcbf036eb06cc224ce7a5 /engines/cge | |
parent | 43fb42e91730f894e32eaaa3d4997f5134184f4e (diff) | |
download | scummvm-rg350-2f2eb8ec84ce714a221ccc8904dc28b7f80a74fd.tar.gz scummvm-rg350-2f2eb8ec84ce714a221ccc8904dc28b7f80a74fd.tar.bz2 scummvm-rg350-2f2eb8ec84ce714a221ccc8904dc28b7f80a74fd.zip |
CGE: Add detection entry for translated Spanish Soltys
Diffstat (limited to 'engines/cge')
-rw-r--r-- | engines/cge/detection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/cge/detection.cpp b/engines/cge/detection.cpp index 3b01421903..c377970c51 100644 --- a/engines/cge/detection.cpp +++ b/engines/cge/detection.cpp @@ -117,6 +117,18 @@ static const CgeGameDescription gameDescriptions[] = { }, { { + "soltys", "Soltys Freeware v1.0", + { + {"vol.cat", 0, "fcae86b20eaa5cedec17b24fa5e85eb4", 50176}, + {"vol.dat", 0, "ff10d54acc2c95696c57e05819b6906f", 8450151}, + AD_LISTEND + }, + Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS , GUIO0() + }, + kGameTypeSoltys + }, + { + { // Polish version, provided by Strangerke "sfinx", "Sfinx Freeware", { |