diff options
-rw-r--r-- | engines/toltecs/detection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp index 5180a0711a..4faa1d1e58 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -79,6 +79,18 @@ static const ToltecsGameDescription gameDescriptions[] = { }, }, + { + // 3 Skulls of the Toltecs German version + { + "toltecs", + 0, + AD_ENTRY1s("WESTERN", "1a3292bad8e0bb5701800c73531dd75e", 345176617), + Common::DE_DEU, + Common::kPlatformPC, + ADGF_NO_FLAGS + }, + }, + { AD_TABLE_END_MARKER } }; |