[Scummvm-cvs-logs] scummvm master -> f07bcff3cbe9c288d1ec09b7c555d33955fc04cc
wjp
wjp at usecode.org
Wed Feb 10 18:20:08 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f07bcff3cb COMPOSER: Fix truncated Baba Yaga md5
Commit: f07bcff3cbe9c288d1ec09b7c555d33955fc04cc
https://github.com/scummvm/scummvm/commit/f07bcff3cbe9c288d1ec09b7c555d33955fc04cc
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2016-02-10T18:19:17+01:00
Commit Message:
COMPOSER: Fix truncated Baba Yaga md5
Changed paths:
engines/composer/detection.cpp
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 036c1e8..e250996 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,
More information about the Scummvm-git-logs
mailing list