diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/macventure/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/detection_tables.h b/engines/macventure/detection_tables.h index 4667561ea8..08093da57d 100644 --- a/engines/macventure/detection_tables.h +++ b/engines/macventure/detection_tables.h @@ -27,7 +27,7 @@ namespace MacVenture { #define BASEGAME(n, v, f, md5, s) {n, v, AD_ENTRY1s(f, md5, s), Common::EN_ANY, Common::kPlatformMacintosh, ADGF_DEFAULT, GUIO0()} static const ADGameDescription gameDescriptions[] = { - BASEGAME("shadowgate", "Zojoi Rerelease", "Shadowgate.bin", "054db22bdc6db3ccb89a23cd840f858e", 70528), // Zojoi Rerelease + BASEGAME("shadowgate", "Zojoi Rerelease", "Shadowgate.bin", "dea09e16829b99278feb84c121066576", 70528), // Zojoi Rerelease AD_TABLE_END_MARKER }; } // End of namespace MacVenture |