aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/parallaction/location.cpp4
1 files changed, 2 insertions, 2 deletions
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");