aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute
diff options
context:
space:
mode:
authorlolbot-iichan2019-07-21 22:50:56 +0300
committerFilippos Karapetis2019-07-22 00:15:07 +0300
commit4e16711e478d416846502164864faa31bc59fa7b (patch)
tree274d3cf0075a2e120f4541921fb8002ce6fb9412 /engines/wintermute
parentc593159dd84aef234cda170fbe5dedec0a8f9d63 (diff)
downloadscummvm-rg350-4e16711e478d416846502164864faa31bc59fa7b.tar.gz
scummvm-rg350-4e16711e478d416846502164864faa31bc59fa7b.tar.bz2
scummvm-rg350-4e16711e478d416846502164864faa31bc59fa7b.zip
WINTERMUTE: Fix misprint in "mentalrepairs" ID
Diffstat (limited to 'engines/wintermute')
-rw-r--r--engines/wintermute/detection_tables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index f557edaef2..ddb0700474 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -82,7 +82,7 @@ static const PlainGameDescriptor wintermuteGames[] = {
{"juliastars", "J.U.L.I.A.: Among the Stars"},
{"juliastarshd", "J.U.L.I.A.: Among the Stars HD"},
{"juliauntold", "J.U.L.I.A.: Untold"},
- {"mentelrepairs", "Mental Repairs Inc"},
+ {"mentalrepairs", "Mental Repairs Inc"},
{"mirage", "Mirage"},
{"nighttrain", "Night Train"},
{"oknytt", "Oknytt"},
@@ -779,13 +779,13 @@ static const WMEGameDescription gameDescriptions[] = {
// Mental Repairs Inc (English)
// NOTE: This is a 2.5D game that is out of ScummVM scope
- WME_WINENTRY("mentelrepairs", "",
+ WME_WINENTRY("mentalrepairs", "",
WME_ENTRY2s("data.dcp", "414d423bbff697f22fb38932f030e897", 59518068,
"english.dcp", "7573eb584e662adbc5fa3b1448e56106", 3160232), Common::EN_ANY, ADGF_UNSTABLE, WME_1_8_6),
// Mental Repairs Inc (German)
// NOTE: This is a 2.5D game that is out of ScummVM scope
- WME_WINENTRY("mentelrepairs", "",
+ WME_WINENTRY("mentalrepairs", "",
WME_ENTRY2s("data.dcp", "414d423bbff697f22fb38932f030e897", 59518068,
"german.dcp", "af59a05ef29768e7fced3794a7a380a3", 3249142), Common::DE_DEU, ADGF_UNSTABLE, WME_1_8_6),