diff options
author | Eugene Sandulenko | 2008-09-07 11:50:54 +0000 |
---|---|---|
committer | Willem Jan Palenstijn | 2011-11-20 22:43:06 +0100 |
commit | 3eb449f236982ac201b30e0d4b939c7d324e8467 (patch) | |
tree | f47ed5c5a67528346fa0feaecb338a43e1fa1870 /engines/toltecs | |
parent | be69bb986f82043911d160f941b252085cddef92 (diff) | |
download | scummvm-rg350-3eb449f236982ac201b30e0d4b939c7d324e8467.tar.gz scummvm-rg350-3eb449f236982ac201b30e0d4b939c7d324e8467.tar.bz2 scummvm-rg350-3eb449f236982ac201b30e0d4b939c7d324e8467.zip |
TOLTECS: Add Russian version detection which works great.
Diffstat (limited to 'engines/toltecs')
-rw-r--r-- | engines/toltecs/detection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/toltecs/detection.cpp b/engines/toltecs/detection.cpp index 37c1ec4296..39915a55a2 100644 --- a/engines/toltecs/detection.cpp +++ b/engines/toltecs/detection.cpp @@ -67,6 +67,18 @@ static const ToltecsGameDescription gameDescriptions[] = { }, }, + + { + { + "toltecs", + 0, + AD_ENTRY1s("WESTERN", "ba1742d3193b68ceb9434e2ab7a09a9b", 391462783), + Common::RU_RUS, + Common::kPlatformPC, + Common::ADGF_NO_FLAGS + }, + }, + { AD_TABLE_END_MARKER } }; |