diff options
author | D G Turner | 2012-02-16 20:57:52 +0000 |
---|---|---|
committer | D G Turner | 2012-02-16 20:57:52 +0000 |
commit | 8c5f988a005f8bdf11ad9ea025bc31a010bd133e (patch) | |
tree | a986d46ec2a3974b9106cee711f2e8f3ff46c100 /engines | |
parent | 856aa5119b899d798af212f946224ab4886775fe (diff) | |
download | scummvm-rg350-8c5f988a005f8bdf11ad9ea025bc31a010bd133e.tar.gz scummvm-rg350-8c5f988a005f8bdf11ad9ea025bc31a010bd133e.tar.bz2 scummvm-rg350-8c5f988a005f8bdf11ad9ea025bc31a010bd133e.zip |
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.
Diffstat (limited to 'engines')
-rw-r--r-- | engines/mohawk/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 1d2fc625c1..08df0a2cbe 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, |