aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD G Turner2011-11-25 13:50:48 +0000
committerD G Turner2011-11-25 13:50:48 +0000
commitd5c50fe0b3f59ba0f0a34e89502a2190cf339e0d (patch)
tree10b58f658ea9a8932ebc92c13c59286dbbed83b8
parentfe79702d1d651f8616892732e92922828840fc13 (diff)
downloadscummvm-rg350-d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d.tar.gz
scummvm-rg350-d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d.tar.bz2
scummvm-rg350-d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d.zip
TOLTECS: Add detection for Hungarian variant from bug #3440641.
-rw-r--r--engines/toltecs/detection.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp
index e5ef465238..c532bbbf09 100644
--- a/engines/toltecs/detection.cpp
+++ b/engines/toltecs/detection.cpp
@@ -135,6 +135,20 @@ static const ToltecsGameDescription gameDescriptions[] = {
},
},
+ {
+ // 3 Skulls of the Toltecs Hungarian version
+ // From bug #3440641
+ {
+ "toltecs",
+ 0,
+ AD_ENTRY1s("WESTERN", "69a5572e75409d8c6230b787faa353af", 337647960),
+ Common::HU_HUN,
+ Common::kPlatformPC,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
+ },
+
{ AD_TABLE_END_MARKER }
};