aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }
};