From 842af1ee4aa355da0b99daeb82b6ea9b2eb4d698 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 29 Dec 2008 16:58:48 +0000 Subject: Add detection for Russian The 7th Guest. svn-id: r35614 --- engines/groovie/detection.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'engines') diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index c83017e9bc..4052149ed2 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -73,6 +73,20 @@ static const GroovieGameDescription gameDescriptions[] = { kGroovieT7G, 0 }, + // The 7th Guest DOS Russian (Akella) + { + { + "t7g", "", + { + { "script.grv", 0, "d1b8033b40aa67c076039881eccce90d", 16659}, + { "intro.gjd", 0, NULL, 31711554}, + { NULL, 0, NULL, 0} + }, + Common::RU_RUS, Common::kPlatformPC, Common::ADGF_NO_FLAGS + }, + kGroovieT7G, 0 + }, + #ifdef GROOVIE_EXPERIMENTAL // The 11th Hour DOS English { -- cgit v1.2.3