aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBorja Lorente2016-06-15 00:21:26 +0200
committerBorja Lorente2016-08-14 18:24:58 +0200
commit9fc9e3398186f1405ac36497f53fe9a95839c257 (patch)
tree36b5759881abefde2415f747e05ccf47970860a4
parentb3be60273fdaf88470798230810393f5806dd69a (diff)
downloadscummvm-rg350-9fc9e3398186f1405ac36497f53fe9a95839c257.tar.gz
scummvm-rg350-9fc9e3398186f1405ac36497f53fe9a95839c257.tar.bz2
scummvm-rg350-9fc9e3398186f1405ac36497f53fe9a95839c257.zip
MACVENTURE: Fix detection
-rw-r--r--engines/macventure/detection_tables.h2
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