aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2016-02-10 18:19:17 +0100
committerWillem Jan Palenstijn2016-02-10 18:19:17 +0100
commitf07bcff3cbe9c288d1ec09b7c555d33955fc04cc (patch)
tree4f9a24ddec65da63a5b57b8335232cb561779936 /engines
parent9d3fdfc300994c35302ecc37256a7b00e97e19c5 (diff)
downloadscummvm-rg350-f07bcff3cbe9c288d1ec09b7c555d33955fc04cc.tar.gz
scummvm-rg350-f07bcff3cbe9c288d1ec09b7c555d33955fc04cc.tar.bz2
scummvm-rg350-f07bcff3cbe9c288d1ec09b7c555d33955fc04cc.zip
COMPOSER: Fix truncated Baba Yaga md5
Diffstat (limited to 'engines')
-rw-r--r--engines/composer/detection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 036c1e88d8..e250996371 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -81,12 +81,12 @@ static const ComposerGameDescription gameDescriptions[] = {
GType_ComposerV1
},
- // Magic Tales: Baba Yaga and the Magic Geese Mac - from bug #3466402
+ // Magic Tales: Baba Yaga and the Magic Geese Mac - from bug #3466402, #7025
{
{
"babayaga",
"",
- AD_ENTRY1("Baba Yaga", "ae3a4445f42fe10253da7ee4ea0d37"),
+ AD_ENTRY1s("Baba Yaga", "ae3a4445f42fe10253da7ee4ea0d37d6", 44321),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_NO_FLAGS,