From 4c7d3c1857ee282a49c0f500f2ef9ca65e72360c Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Thu, 15 Sep 2016 09:22:47 +0200 Subject: MOHAWK: Change the game ID for the making of Myst to lowercase No target upgrade needed since it is not stored in the config file. --- engines/mohawk/detection.cpp | 2 +- engines/mohawk/detection_tables.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index 246d3ec3c1..439ea152c4 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -114,7 +114,7 @@ bool MohawkEngine_Riven::hasFeature(EngineFeature f) const { static const PlainGameDescriptor mohawkGames[] = { {"mohawk", "Mohawk Game"}, {"myst", "Myst"}, - {"MakingOfMyst", "The Making of Myst"}, + {"makingofmyst", "The Making of Myst"}, {"riven", "Riven: The Sequel to Myst"}, {"zoombini", "Logical Journey of the Zoombinis"}, {"cstime", "Where in Time is Carmen Sandiego?"}, diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index d9aba26ca3..f481472bae 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -179,7 +179,7 @@ static const MohawkGameDescription gameDescriptions[] = { // From clone2727 { { - "MakingOfMyst", + "makingofmyst", "", AD_ENTRY1("MAKING.DAT", "f6387e8f0f7b8a3e42c95294315d6a0e"), Common::EN_ANY, @@ -197,7 +197,7 @@ static const MohawkGameDescription gameDescriptions[] = { // From clone2727 { { - "MakingOfMyst", + "makingofmyst", "", AD_ENTRY1("MAKING.DAT", "03ff62607e64419ab2b6ebf7b7bcdf63"), Common::JA_JPN, @@ -2764,7 +2764,7 @@ static const MohawkGameDescription fallbackDescs[] = { { { - "MakingOfMyst", + "makingofmyst", "unknown", AD_ENTRY1(0, 0), Common::UNK_LANG, -- cgit v1.2.3