[Scummvm-cvs-logs] scummvm master -> 855cb30816c6112e52086bffd4d37900922bcb39
sev-
sev at scummvm.org
Mon Mar 28 15:14:24 CEST 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:
855cb30816 COMPOSER: Fix md5s for newly added German games
Commit: 855cb30816c6112e52086bffd4d37900922bcb39
https://github.com/scummvm/scummvm/commit/855cb30816c6112e52086bffd4d37900922bcb39
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-28T15:14:14+02:00
Commit Message:
COMPOSER: Fix md5s for newly added German games
Changed paths:
engines/composer/detection.cpp
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 047f931..689a72a 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -259,7 +259,7 @@ static const ComposerGameDescription gameDescriptions[] = {
0,
{
{"book.ini", 0, "285308372f7dddff2ca5a25c9192cf5c", 2545},
- {"page99.rsc", 0, "49819f12947b7a88efeab436d4fd5f59", 1286480},
+ {"page99.rsc", 0, "40b4879e9ba6a34d6aa2a9d2e30c5ef7", 1286480},
AD_LISTEND
},
Common::DE_DEU,
@@ -332,7 +332,7 @@ static const ComposerGameDescription gameDescriptions[] = {
0,
{
{"book.ini", 0, "e54fc5c00de5f94e908a969e445af5d0", 2234},
- {"page99.rsc", 0, "2b0b83ebc769fe5c823abad9c93cc77b", 388644},
+ {"page99.rsc", 0, "1ae6610de621a9901bf87b874fbf331f", 388644},
AD_LISTEND
},
Common::DE_DEU,
More information about the Scummvm-git-logs
mailing list