diff options
author | Petr Kratina | 2019-11-13 01:46:31 +0100 |
---|---|---|
committer | David Turner | 2019-11-13 07:01:05 +0000 |
commit | 1dac07d854c6dc467a2b0af4865781da29663c81 (patch) | |
tree | 55684aed1d513fcd577d5703d55743d37edf5c81 /engines/toltecs | |
parent | 86b543405d951873a9c535bcf21801e3a91f80b5 (diff) | |
download | scummvm-rg350-1dac07d854c6dc467a2b0af4865781da29663c81.tar.gz scummvm-rg350-1dac07d854c6dc467a2b0af4865781da29663c81.tar.bz2 scummvm-rg350-1dac07d854c6dc467a2b0af4865781da29663c81.zip |
TOLTECS: Added Czech language support
Diffstat (limited to 'engines/toltecs')
-rw-r--r-- | engines/toltecs/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ -180,6 +180,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 { "toltecs", |