aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sci.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/sci.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/sci.h')
-rw-r--r--engines/sci/sci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/sci.h b/engines/sci/sci.h
index c497460334..13c9d03614 100644
--- a/engines/sci/sci.h
+++ b/engines/sci/sci.h
@@ -143,6 +143,7 @@ enum SciGameId {
GID_LSL6HIRES, // We have a separate ID for LSL6 SCI32, because it's actually a completely different game
GID_LSL7,
GID_MOTHERGOOSE,
+ GID_MOTHERGOOSEHIRES, // We have a separate ID for Mother Goose SCI32, because it's actually a completely different game
GID_MSASTROCHICKEN,
GID_PEPPER,
GID_PHANTASMAGORIA,