diff options
author | md5 | 2011-06-11 14:33:06 +0300 |
---|---|---|
committer | md5 | 2011-06-11 14:33:06 +0300 |
commit | 1f0f0595c46cc083dc2c6f00be1abf7f55a7b175 (patch) | |
tree | f931878da8d34ad1cc75ab7b703ecd26b3aa4c55 /engines | |
parent | eb9b492ce7444400246525a66a316b50f1de2bde (diff) | |
download | scummvm-rg350-1f0f0595c46cc083dc2c6f00be1abf7f55a7b175.tar.gz scummvm-rg350-1f0f0595c46cc083dc2c6f00be1abf7f55a7b175.tar.bz2 scummvm-rg350-1f0f0595c46cc083dc2c6f00be1abf7f55a7b175.zip |
SCI: Added the Spanish version of EcoQuest 2 (bug #3313962)
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index d56d8f03cd..def3879945 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -503,6 +503,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Eco Quest 2 - Spanish DOS Floppy (supplied by umbrio in bug report #3313962) + {"ecoquest2", "Floppy", { + {"resource.map", 0, "a6b271b934afa7e84d03816a4fefa67b", 5593}, + {"resource.000", 0, "1c4093f7248240329121fdf8c0d59152", 4209150}, + {"resource.msg", 0, "eff8be1925d42288de55e405983e9314", 117810}, + AD_LISTEND}, + Common::ES_ESP, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Freddy Pharkas - English DOS demo (from FRG) // SCI interpreter version 1.001.069 {"freddypharkas", "Demo", { |