diff options
| author | Matthew Hoops | 2011-02-04 15:27:56 +0000 |
|---|---|---|
| committer | Matthew Hoops | 2011-02-04 15:27:56 +0000 |
| commit | 2be57434a1f7381c19be06bd2af4d4bf64df360f (patch) | |
| tree | 44dbd2f96b6e8de0acd3f3c9b857bef411802fc7 /engines/groovie | |
| parent | 80bfecb6256d60d47e99db7b63f6c8e3878f8e7d (diff) | |
| download | scummvm-rg350-2be57434a1f7381c19be06bd2af4d4bf64df360f.tar.gz scummvm-rg350-2be57434a1f7381c19be06bd2af4d4bf64df360f.tar.bz2 scummvm-rg350-2be57434a1f7381c19be06bd2af4d4bf64df360f.zip | |
COMMON: Only take the md5 of the resource fork data section
Since various apps can modify the type/creator of the files, we can't rely on the header of the resource fork to take the md5. I've therefore also recalculated all of the detector entries (all 5 of them) that use the Mac resource fork code.
svn-id: r55764
Diffstat (limited to 'engines/groovie')
| -rw-r--r-- | engines/groovie/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index ee2556762e..a74839da1c 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -75,7 +75,7 @@ static const GroovieGameDescription gameDescriptions[] = { { { "t7g", "", - AD_ENTRY1s("T7GMac", "6bdee8d0f9eef6d58d02fcd7deec3fb2", 1830783), + AD_ENTRY1s("T7GMac", "acdc4a58dd3f007f65e99b99d78e0bce", 1814029), Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM }, |
