From ad33e6de5cfc01f6ed2878b862a110408e280a16 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 23 Sep 2019 01:31:40 +0200 Subject: TOLTECS: Added Polish version detection. Trac#11134 --- 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 778be298cd..a2a28e8031 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -125,6 +125,20 @@ static const ToltecsGameDescription gameDescriptions[] = { }, }, + { + // 3 Skulls of the Toltecs Polish version + // Reported by cachaito in Trac#11134 + { + "toltecs", + 0, + AD_ENTRY1s("WESTERN", "8ec48dd4e52a822d314418f1d3284e64", 337646148), + Common::PL_POL, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { // 3 Skulls of the Toltecs French version { -- cgit v1.2.3