aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorBenjamin Haisch2009-09-21 10:53:25 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:08 +0100
commiteb04f8567348da085283a7e260fb55ad9331e7e5 (patch)
tree76f6c30492a9fd52595334cce520d0a6a1ef5ddf /engines
parent3c49d36d5fbd9eccd94c6d084422d6aa83ceb3e3 (diff)
downloadscummvm-rg350-eb04f8567348da085283a7e260fb55ad9331e7e5.tar.gz
scummvm-rg350-eb04f8567348da085283a7e260fb55ad9331e7e5.tar.bz2
scummvm-rg350-eb04f8567348da085283a7e260fb55ad9331e7e5.zip
TOLTECS: - Added detection entry for the German demo version
Diffstat (limited to 'engines')
-rw-r--r--engines/toltecs/detection.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index f92ba297f5..17d8716234 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -91,6 +91,18 @@ static const ToltecsGameDescription gameDescriptions[] = {
},
},
+ {
+ // 3 Skulls of the Toltecs German Demo version
+ {
+ "toltecs",
+ 0,
+ AD_ENTRY1s("WESTERN", "1c85e82712d24f1d5c1ea2a66ddd75c2", 47730038),
+ Common::DE_DEU,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};