diff options
author | Filippos Karapetis | 2013-09-02 13:58:46 +0300 |
---|---|---|
committer | Filippos Karapetis | 2013-09-02 13:58:46 +0300 |
commit | 18b21c52c3b8c18d20ae7ac1c9b0dfb4b0113e00 (patch) | |
tree | d3a0409450611592ace9939162af050d42e1f9c5 /engines/toltecs | |
parent | dce42abe46a578621b691311cb82de1c2cd62895 (diff) | |
download | scummvm-rg350-18b21c52c3b8c18d20ae7ac1c9b0dfb4b0113e00.tar.gz scummvm-rg350-18b21c52c3b8c18d20ae7ac1c9b0dfb4b0113e00.tar.bz2 scummvm-rg350-18b21c52c3b8c18d20ae7ac1c9b0dfb4b0113e00.zip |
TOLTECS: Add an alternate English version (bug #3614933)
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 c5652f0c8d..380f4a3a26 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -73,6 +73,20 @@ static const ToltecsGameDescription gameDescriptions[] = { }, { + // 3 Skulls of the Toltecs English version (alternate) + // From bug #3614933 + { + "toltecs", + 0, + AD_ENTRY1s("WESTERN", "a9c9cfef9d05b8f7a5573b626fa4ea87", 337643527), + Common::EN_ANY, + Common::kPlatformDOS, + ADGF_NO_FLAGS, + GUIO1(GUIO_NONE) + }, + }, + + { // 3 Skulls of the Toltecs Russian version { "toltecs", |