diff options
| author | D G Turner | 2011-11-25 13:50:48 +0000 |
|---|---|---|
| committer | D G Turner | 2011-11-25 13:50:48 +0000 |
| commit | d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d (patch) | |
| tree | 10b58f658ea9a8932ebc92c13c59286dbbed83b8 | |
| parent | fe79702d1d651f8616892732e92922828840fc13 (diff) | |
| download | scummvm-rg350-d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d.tar.gz scummvm-rg350-d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d.tar.bz2 scummvm-rg350-d5c50fe0b3f59ba0f0a34e89502a2190cf339e0d.zip | |
TOLTECS: Add detection for Hungarian variant from bug #3440641.
| -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 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 } }; |
