From 6815b0546708fd2154e799f89d65c8724da7250b Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Sun, 5 Jun 2016 20:44:26 +0200 Subject: MACVENTURE: Fix detection problem --- engines/macventure/detection.cpp | 2 +- engines/macventure/detection_tables.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/macventure/detection.cpp b/engines/macventure/detection.cpp index 8fa5fab57d..feaf60d7c2 100644 --- a/engines/macventure/detection.cpp +++ b/engines/macventure/detection.cpp @@ -32,7 +32,7 @@ namespace MacVenture { #include "macventure/detection_tables.h" static const PlainGameDescriptor macventureGames[] = { - { "Shadowgate", "Shadowgate" }, + { "shadowgate", "Shadowgate" }, { 0, 0 } }; diff --git a/engines/macventure/detection_tables.h b/engines/macventure/detection_tables.h index 9aa9536c09..9c9b91f696 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.dsk", "4e03e9ef1cd5f65ce1de14d512510537", 839680), // Zojoi Rerelease + BASEGAME("shadowgate", "Zojoi Rerelease", "Shadowgate.dsk", "4e03e9ef1cd5f65ce1de14d512510537", 839680), // Zojoi Rerelease AD_TABLE_END_MARKER }; } // End of namespace MacVenture -- cgit v1.2.3