aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2008-12-29 16:58:48 +0000
committerEugene Sandulenko2008-12-29 16:58:48 +0000
commit842af1ee4aa355da0b99daeb82b6ea9b2eb4d698 (patch)
treebc4377cc4e1d4ab7570d374b0c0dd851d4a8647b
parent49976794c4838b254da110d45f0cb6ceea95ecb7 (diff)
downloadscummvm-rg350-842af1ee4aa355da0b99daeb82b6ea9b2eb4d698.tar.gz
scummvm-rg350-842af1ee4aa355da0b99daeb82b6ea9b2eb4d698.tar.bz2
scummvm-rg350-842af1ee4aa355da0b99daeb82b6ea9b2eb4d698.zip
Add detection for Russian The 7th Guest.
svn-id: r35614
-rw-r--r--engines/groovie/detection.cpp14
1 files changed, 14 insertions, 0 deletions
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
{