[Scummvm-cvs-logs] scummvm master -> 8c5f988a005f8bdf11ad9ea025bc31a010bd133e

digitall digitall at scummvm.org
Thu Feb 16 22:01:02 CET 2012


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:
8c5f988a00 MOHAWK: Correct detection md5sum for Tortoise and the Hare Hebrew.


Commit: 8c5f988a005f8bdf11ad9ea025bc31a010bd133e
    https://github.com/scummvm/scummvm/commit/8c5f988a005f8bdf11ad9ea025bc31a010bd133e
Author: D G Turner (digitall at scummvm.org)
Date: 2012-02-16T12:57:52-08:00

Commit Message:
MOHAWK: Correct detection md5sum for Tortoise and the Hare Hebrew.

md5sum was for datafiles modified by bug submitter to access hidden
content. New md5sum is for unmodified standard release.

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 1d2fc62..08df0a2 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1016,7 +1016,7 @@ static const MohawkGameDescription gameDescriptions[] = {
 		{
 			"tortoise",
 			"",
-			AD_ENTRY1("TORTB.LB", "9a7932c32bf1d6faf27fae8801ba967a"),
+			AD_ENTRY1("TORTB.LB", "23135777370cf1ff00aa7247e93642d3"),
 			Common::HE_ISR,
 			Common::kPlatformWindows,
 			ADGF_NO_FLAGS,






More information about the Scummvm-git-logs mailing list