aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-12-19 07:02:02 +0000
committerBastien Bouclet2010-12-19 07:02:02 +0000
commitc3fdcef75180d3acf32dace78970f3040cf9d451 (patch)
tree21f5fc0aa9b601a1261f43568ace649a467f209c /engines/mohawk/myst.h
parente9e09d297c949bfe09ab9e17fa017fe95eb1388b (diff)
downloadscummvm-rg350-c3fdcef75180d3acf32dace78970f3040cf9d451.tar.gz
scummvm-rg350-c3fdcef75180d3acf32dace78970f3040cf9d451.tar.bz2
scummvm-rg350-c3fdcef75180d3acf32dace78970f3040cf9d451.zip
MOHAWK: Fix Myst courtyard boxes. Hover areas entering / leaving is now handled separatly from other resources since the former have to get events even when they are disabled.
svn-id: r54959
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index d3a6a91e53..fb42938ec3 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -47,6 +47,7 @@ class MystSaveLoad;
class MystOptionsDialog;
class MystResource;
class MystResourceType8;
+class MystResourceType13;
// Engine Debug Flags
enum {
@@ -222,6 +223,7 @@ private:
void drawResourceRects();
void checkCurrentResource();
int16 _curResource;
+ MystResourceType13 *_hoverResource;
uint16 _cursorHintCount;
MystCursorHint *_cursorHints;