diff options
author | Eugene Sandulenko | 2008-12-29 16:58:48 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-12-29 16:58:48 +0000 |
commit | 842af1ee4aa355da0b99daeb82b6ea9b2eb4d698 (patch) | |
tree | bc4377cc4e1d4ab7570d374b0c0dd851d4a8647b /engines | |
parent | 49976794c4838b254da110d45f0cb6ceea95ecb7 (diff) | |
download | scummvm-rg350-842af1ee4aa355da0b99daeb82b6ea9b2eb4d698.tar.gz scummvm-rg350-842af1ee4aa355da0b99daeb82b6ea9b2eb4d698.tar.bz2 scummvm-rg350-842af1ee4aa355da0b99daeb82b6ea9b2eb4d698.zip |
Add detection for Russian The 7th Guest.
svn-id: r35614
Diffstat (limited to 'engines')
-rw-r--r-- | engines/groovie/detection.cpp | 14 |
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 { |