diff options
author | Eugene Sandulenko | 2019-09-23 01:31:40 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-23 01:32:07 +0200 |
commit | ad33e6de5cfc01f6ed2878b862a110408e280a16 (patch) | |
tree | 213aae551967dc73184ac6ff742f2934ee09ebb2 | |
parent | e92b2547b9010757c600e98579a93fdaf57e86bc (diff) | |
download | scummvm-rg350-ad33e6de5cfc01f6ed2878b862a110408e280a16.tar.gz scummvm-rg350-ad33e6de5cfc01f6ed2878b862a110408e280a16.tar.bz2 scummvm-rg350-ad33e6de5cfc01f6ed2878b862a110408e280a16.zip |
TOLTECS: Added Polish version detection. Trac#11134
-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 778be298cd..a2a28e8031 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -126,6 +126,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 { "toltecs", |