From c3fdcef75180d3acf32dace78970f3040cf9d451 Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 19 Dec 2010 07:02:02 +0000 Subject: 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 --- engines/mohawk/myst.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/mohawk/myst.h') 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; -- cgit v1.2.3