From b7d72fd959ee95b390c06439ea35909df8555d9e Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 4 Feb 2007 08:10:00 +0000 Subject: _hoverZone now is handled as in the original engine svn-id: r25375 --- engines/parallaction/location.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/parallaction/location.cpp') diff --git a/engines/parallaction/location.cpp b/engines/parallaction/location.cpp index a1fd1f42d6..9ea22922d7 100644 --- a/engines/parallaction/location.cpp +++ b/engines/parallaction/location.cpp @@ -299,7 +299,7 @@ void switchBackground(char *name) { return; } - +extern Zone *_hoverZone; void Parallaction::changeLocation(char *location) { debugC(1, kDebugLocation, "changeLocation to '%s'", location); @@ -342,7 +342,7 @@ void Parallaction::changeLocation(char *location) { debugC(1, kDebugLocation, "changeLocation: music stopped"); } - + _hoverZone = NULL; if (_engineFlags & kEngineMouse) { changeCursor( kCursorArrow ); debugC(1, kDebugLocation, "changeLocation: changed cursor"); -- cgit v1.2.3