aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2008-09-07 11:50:54 +0000
committerWillem Jan Palenstijn2011-11-20 22:43:06 +0100
commit3eb449f236982ac201b30e0d4b939c7d324e8467 (patch)
treef47ed5c5a67528346fa0feaecb338a43e1fa1870 /engines
parentbe69bb986f82043911d160f941b252085cddef92 (diff)
downloadscummvm-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')
-rw-r--r--engines/toltecs/detection.cpp12
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 }
};