aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_areas.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_areas.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_areas.h')
-rw-r--r--engines/mohawk/myst_areas.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/mohawk/myst_areas.h b/engines/mohawk/myst_areas.h
index 6e84747fe4..bb7a2a3d96 100644
--- a/engines/mohawk/myst_areas.h
+++ b/engines/mohawk/myst_areas.h
@@ -82,8 +82,6 @@ public:
virtual void handleMouseUp(const Common::Point &mouse);
virtual void handleMouseDown(const Common::Point &mouse) {}
virtual void handleMouseDrag(const Common::Point &mouse) {}
- virtual void handleMouseEnter() {}
- virtual void handleMouseLeave() {}
protected:
MohawkEngine_Myst *_vm;
@@ -134,8 +132,6 @@ public:
virtual void handleMouseUp(const Common::Point &mouse);
virtual void handleMouseDown(const Common::Point &mouse);
- virtual void handleMouseEnter();
- virtual void handleMouseLeave();
MystResource *getSubResource(uint16 index) { return _subResources[index]; }
protected: