diff options
| author | Matthew Hoops | 2011-02-04 15:42:58 +0000 |
|---|---|---|
| committer | Matthew Hoops | 2011-02-04 15:42:58 +0000 |
| commit | c18035c07a3c582e78c61843ddd6c17d0a99c809 (patch) | |
| tree | 187aae63cde388360d954592c9b8ac46196009d8 /engines/groovie | |
| parent | 2be57434a1f7381c19be06bd2af4d4bf64df360f (diff) | |
| download | scummvm-rg350-c18035c07a3c582e78c61843ddd6c17d0a99c809.tar.gz scummvm-rg350-c18035c07a3c582e78c61843ddd6c17d0a99c809.tar.bz2 scummvm-rg350-c18035c07a3c582e78c61843ddd6c17d0a99c809.zip | |
GROOVIE: Disable other T7G Mac entries as they should no longer be needed
svn-id: r55765
Diffstat (limited to 'engines/groovie')
| -rw-r--r-- | engines/groovie/detection.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/engines/groovie/detection.cpp b/engines/groovie/detection.cpp index a74839da1c..cf3a035354 100644 --- a/engines/groovie/detection.cpp +++ b/engines/groovie/detection.cpp @@ -64,18 +64,23 @@ static const GroovieGameDescription gameDescriptions[] = { { { "t7g", "", - AD_ENTRY1s("T7GMac", "a139540fa2be2247005ccf888b7231e3", 1830783), + AD_ENTRY1s("T7GMac", "acdc4a58dd3f007f65e99b99d78e0bce", 1814029), Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM }, kGroovieT7G, 0 }, +#if 0 + // These entries should now be identical to the first T7G Mac entry after + // changing the app to only use the data part of the resource fork. They + // are left disabled here as a reference. + // The 7th Guest Mac English (Aztec single disc) { { "t7g", "", - AD_ENTRY1s("T7GMac", "acdc4a58dd3f007f65e99b99d78e0bce", 1814029), + AD_ENTRY1s("T7GMac", "6bdee8d0f9eef6d58d02fcd7deec3fb2", 1830783), Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, Common::GUIO_MIDIADLIB | Common::GUIO_MIDIMT32 | Common::GUIO_MIDIGM }, @@ -92,6 +97,7 @@ static const GroovieGameDescription gameDescriptions[] = { }, kGroovieT7G, 0 }, +#endif // The 7th Guest DOS Russian (Akella) { |
