aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection_tables.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-27 19:09:57 +0000
committerMartin Kiewitz2010-07-27 19:09:57 +0000
commitb873cf2ebf036a255c9729e0132db51e3de106a6 (patch)
tree7787ff850ccf0ae9953d80d07f658e5b339a1de5 /engines/sci/detection_tables.h
parent828434456f49587e64c85d8117323411542e759f (diff)
downloadscummvm-rg350-b873cf2ebf036a255c9729e0132db51e3de106a6.tar.gz
scummvm-rg350-b873cf2ebf036a255c9729e0132db51e3de106a6.tar.bz2
scummvm-rg350-b873cf2ebf036a255c9729e0132db51e3de106a6.zip
SCI: changes for mother goose sci2.1
changed signature for kSetCursor sci2.1 added workarounds added separate gameid for mother goose sci2.1 svn-id: r51385
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r--engines/sci/detection_tables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 9037cc6d8f..b0c9ab6cf2 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1912,7 +1912,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
#ifdef ENABLE_SCI32
// Mixed-Up Mother Goose Deluxe - English Windows/DOS CD (supplied by markcoolio in bug report #2723810)
// Executable scanning reports "2.100.002"
- {"mothergoose", "", {
+ {"mothergoosehires", "", {
{"resource.map", 0, "5159a1578c4306bfe070a3e4d8c2e1d3", 4741},
{"resource.000", 0, "1926925c95d82f0999590e93b02887c5", 15150768},
{NULL, 0, NULL, 0}},
@@ -1920,7 +1920,7 @@ static const struct ADGameDescription SciGameDescriptions[] = {
// Mixed-Up Mother Goose Deluxe - Multilingual Windows CD (English/French/German/Spanish)
// Executable scanning reports "2.100.002"
- {"mothergoose", "", {
+ {"mothergoosehires", "", {
{"resmap.000", 0, "ef611af561898dcfea87846919ebf3eb", 4969},
{"ressci.000", 0, "227685bc59d90821978d330713e44a7a", 17205800},
{NULL, 0, NULL, 0}},