diff options
author | Martin Kiewitz | 2010-07-20 18:18:36 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-07-20 18:18:36 +0000 |
commit | 102b8c9efd4bad7330428c705fb574285bb6a0d3 (patch) | |
tree | ddda283e2fc31fd922b25cfee353808bcdff6f22 /engines | |
parent | 70ed9dfc70ac5b19e1e648e562ab091598a5e4b7 (diff) | |
download | scummvm-rg350-102b8c9efd4bad7330428c705fb574285bb6a0d3.tar.gz scummvm-rg350-102b8c9efd4bad7330428c705fb574285bb6a0d3.tar.bz2 scummvm-rg350-102b8c9efd4bad7330428c705fb574285bb6a0d3.zip |
SCI: adding multilingual mixed up mother goose
sci32
svn-id: r51070
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 04c2d89c6c..ea05e49056 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1869,6 +1869,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { {"resource.000", 0, "1926925c95d82f0999590e93b02887c5", 15150768}, {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NONE }, + + // Mixed-Up Mother Goose Deluxe - Multilingual Windows CD (English/French/German/Spanish) + // Executable scanning reports "2.100.002" + {"mothergoose", "", { + {"resmap.000", 0, "ef611af561898dcfea87846919ebf3eb", 4969}, + {"ressci.000", 0, "227685bc59d90821978d330713e44a7a", 17205800},
+ {NULL, 0, NULL, 0}}, + Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NONE }, #endif // ENABLE_SCI32 // Ms. Astro Chicken - English DOS |