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_areas.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/mohawk/myst_areas.h') 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: -- cgit v1.2.3