aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBenjamin Haisch2010-06-02 08:50:46 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:09 +0100
commit2e06f4b088f51ed312388e9f8452eb25531054e5 (patch)
tree761eddd11d904bf187a0411a65ec411404ad5e36 /engines
parentd885aedd488f3a62701d2bcfb06012d543f0ab29 (diff)
downloadscummvm-rg350-2e06f4b088f51ed312388e9f8452eb25531054e5.tar.gz
scummvm-rg350-2e06f4b088f51ed312388e9f8452eb25531054e5.tar.bz2
scummvm-rg350-2e06f4b088f51ed312388e9f8452eb25531054e5.zip
TOLTECS: Added detection entries for French and Spanish versions
Diffstat (limited to 'engines')
-rw-r--r--engines/toltecs/detection.cpp26
1 files changed, 26 insertions, 0 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index f64461b4b0..acb9edfd98 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -107,6 +107,32 @@ static const ToltecsGameDescription gameDescriptions[] = {
},
},
+ {
+ // 3 Skulls of the Toltecs French version
+ {
+ "toltecs",
+ 0,
+ AD_ENTRY1s("WESTERN", "4fb845635cbdac732453fe23be350df9", 327269545),
+ Common::FR_FRA,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ },
+
+ {
+ // 3 Skulls of the Toltecs Spanish version
+ {
+ "toltecs",
+ 0,
+ AD_ENTRY1s("WESTERN", "479f468beccc1b0ce5873ec523d1380e", 308391018),
+ Common::ES_ESP,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};