From 3eb449f236982ac201b30e0d4b939c7d324e8467 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 7 Sep 2008 11:50:54 +0000 Subject: TOLTECS: Add Russian version detection which works great. --- engines/toltecs/detection.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engines') 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 } }; -- cgit v1.2.3