diff options
author | Filippos Karapetis | 2009-04-02 22:33:27 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-04-02 22:33:27 +0000 |
commit | 6c21af058e523920cfd00709c702c557b78ad44a (patch) | |
tree | 81e0460cda71ef5ad543a05ce8ae0a22a84193a6 /engines | |
parent | 342b335ea9c9f134a954bd5ff29319d5c9c8808a (diff) | |
download | scummvm-rg350-6c21af058e523920cfd00709c702c557b78ad44a.tar.gz scummvm-rg350-6c21af058e523920cfd00709c702c557b78ad44a.tar.bz2 scummvm-rg350-6c21af058e523920cfd00709c702c557b78ad44a.zip |
Added the German version of KQ7
svn-id: r39804
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 5f34fbb19b..9c0584f9ec 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -997,6 +997,16 @@ static const struct SciGameDescription SciGameDescriptions[] = { SCI_VERSION(2, 100, 2) }, + // King's Quest 7 - German Windows (supplied by markcoolio in bug report #2727402) + {{"kq7", "", { + {"resource.map", 0, "838b9ff132bd6962026fee832e8a7ddb", 18697}, + {"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 206626576}, + {NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0}, + {}, + SCI_VERSION_AUTODETECT, + SCI_VERSION(2, 100, 2) + }, + // King's Quest 7 - Spanish DOS {{"kq7", "", { {"resource.map", 0, "0b62693cbe87e3aaca3e8655a437f27f", 18709}, |