From d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 25 Nov 2011 13:50:48 +0000 Subject: TOLTECS: Add detection for Hungarian variant from bug #3440641. --- engines/toltecs/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines') 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 } }; -- cgit v1.2.3