aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Bouclet2016-09-15 09:22:47 +0200
committerBastien Bouclet2016-09-15 12:44:57 +0200
commit4c7d3c1857ee282a49c0f500f2ef9ca65e72360c (patch)
treeca5d0618cb27a9231a0340a38a6484a00b11f9ea
parentcb2b1b17db378abdcb479be6440f012de90a7b67 (diff)
downloadscummvm-rg350-4c7d3c1857ee282a49c0f500f2ef9ca65e72360c.tar.gz
scummvm-rg350-4c7d3c1857ee282a49c0f500f2ef9ca65e72360c.tar.bz2
scummvm-rg350-4c7d3c1857ee282a49c0f500f2ef9ca65e72360c.zip
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.
-rw-r--r--engines/mohawk/detection.cpp2
-rw-r--r--engines/mohawk/detection_tables.h6
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,