From 1dac07d854c6dc467a2b0af4865781da29663c81 Mon Sep 17 00:00:00 2001 From: Petr Kratina Date: Wed, 13 Nov 2019 01:46:31 +0100 Subject: TOLTECS: Added Czech language support --- 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 153d96a23b..7f7b3db2a9 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -179,6 +179,20 @@ static const ToltecsGameDescription gameDescriptions[] = { }, }, + { + // 3 Skulls of the Toltecs Czech version + // Reported by AfBu in Trac#11263 + { + "toltecs", + 0, + AD_ENTRY1s("WESTERN", "57503131c0217c76b07d0b5c14805631", 337644552), + Common::CZ_CZE, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + { // 3 Skulls of the Toltecs English Demo version { -- cgit v1.2.3