diff options
author | Eugene Sandulenko | 2017-09-01 13:45:58 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2017-09-01 13:45:58 +0200 |
commit | 0aa07efc2b10429ec302e94e56f2df023cffe454 (patch) | |
tree | 5c50eeeea38806d698a5544e01a387b532f933e7 /engines/composer | |
parent | 88782928ff97d1a86e96b4badf1628ef40da0d59 (diff) | |
download | scummvm-rg350-0aa07efc2b10429ec302e94e56f2df023cffe454.tar.gz scummvm-rg350-0aa07efc2b10429ec302e94e56f2df023cffe454.tar.bz2 scummvm-rg350-0aa07efc2b10429ec302e94e56f2df023cffe454.zip |
COMPOSER: Added detection for German Baba Yaga from bug #10171
Diffstat (limited to 'engines/composer')
-rw-r--r-- | engines/composer/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index 9cf2fd27b8..94dafd6bad 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -98,6 +98,20 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV1 }, + // Magic Tales: Baba Yaga and the Magic Geese German- from bug #10171 + { + { + "babayaga", + "", + AD_ENTRY1s("book.ini", "2a20e73d33ecd0f2fa8123d4f9862f90", 3814), + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV1 + }, + // Magic Tales: Imo and the King - from bug #3485018 { { |