aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Snover2017-07-24 01:01:14 -0500
committerColin Snover2017-07-24 19:36:37 -0500
commit5ab010e15f19fd94720b4199f3ab1c86e74842ad (patch)
tree706bb9d1b1167994d0463dac16f46e088c2fdc48
parentdbdbb9b5b3bbf39b9075cc39aa38a51a43cdd5ec (diff)
downloadscummvm-rg350-5ab010e15f19fd94720b4199f3ab1c86e74842ad.tar.gz
scummvm-rg350-5ab010e15f19fd94720b4199f3ab1c86e74842ad.tar.bz2
scummvm-rg350-5ab010e15f19fd94720b4199f3ab1c86e74842ad.zip
SCI32: Fix MGDX platform in detection tables
-rw-r--r--engines/sci/detection_tables.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 4d8290d1dd..e7ea7d0f2d 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2943,21 +2943,21 @@ static const struct ADGameDescription SciGameDescriptions[] = {
GUIO_LINKSPEECHTOSFX, \
GUIO_NOLAUNCHLOAD)
- // Mixed-Up Mother Goose Deluxe - English Windows/DOS CD (supplied by markcoolio in bug report #2723810)
+ // Mixed-Up Mother Goose Deluxe - EN/ES Windows CD (supplied by markcoolio in bug report #2723810)
// Executable scanning reports "2.100.002"
{"mothergoosehires", "", {
{"resource.map", 0, "5159a1578c4306bfe070a3e4d8c2e1d3", 4741},
{"resource.000", 0, "1926925c95d82f0999590e93b02887c5", 15150768},
AD_LISTEND},
- Common::EN_ANY, Common::kPlatformDOS, ADGF_CD | ADGF_UNSTABLE, GUIO_MOTHERGOOSEHIRES },
+ Common::EN_ANY, Common::kPlatformWindows, ADGF_CD | ADGF_UNSTABLE, GUIO_MOTHERGOOSEHIRES },
- // Mixed-Up Mother Goose Deluxe - Multilingual Windows CD (English/French/German/Spanish)
+ // Mixed-Up Mother Goose Deluxe - Multilingual Windows CD (EN/FR/DE/ES)
// Executable scanning reports "2.100.002"
{"mothergoosehires", "", {
{"resmap.000", 0, "ef611af561898dcfea87846919ebf3eb", 4969},
{"ressci.000", 0, "227685bc59d90821978d330713e44a7a", 17205800},
AD_LISTEND},
- Common::EN_ANY, Common::kPlatformDOS, ADGF_CD | ADGF_UNSTABLE, GUIO_MOTHERGOOSEHIRES },
+ Common::EN_ANY, Common::kPlatformWindows, ADGF_CD | ADGF_UNSTABLE, GUIO_MOTHERGOOSEHIRES },
#undef GUIO_MOTHERGOOSEHIRES