Skip to content

Commit

Permalink
COMPOSER: Fix truncated Baba Yaga md5
Browse files Browse the repository at this point in the history
  • Loading branch information
wjp committed Feb 10, 2016
1 parent 5df5758 commit f21b19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engines/composer/detection.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit f21b19e

Please sign in to comment.