diff options
author | Eugene Sandulenko | 2016-03-28 15:13:50 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-28 15:14:14 +0200 |
commit | 855cb30816c6112e52086bffd4d37900922bcb39 (patch) | |
tree | f6e7ab9cb0217510b7259e41063e764f4053646c /engines | |
parent | 115217b275922b7489f2d7ad2c53de17a7cefc92 (diff) | |
download | scummvm-rg350-855cb30816c6112e52086bffd4d37900922bcb39.tar.gz scummvm-rg350-855cb30816c6112e52086bffd4d37900922bcb39.tar.bz2 scummvm-rg350-855cb30816c6112e52086bffd4d37900922bcb39.zip |
COMPOSER: Fix md5s for newly added German games
Diffstat (limited to 'engines')
-rw-r--r-- | engines/composer/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index 047f931b38..689a72a743 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, |