aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/location.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-02-04 08:10:00 +0000
committerNicola Mettifogo2007-02-04 08:10:00 +0000
commitb7d72fd959ee95b390c06439ea35909df8555d9e (patch)
tree5788a57f8bf6574ea3ef481345176aadf73ebc31 /engines/parallaction/location.cpp
parent7b6bdd231d100110689a0e804ac53453d388e8d9 (diff)
downloadscummvm-rg350-b7d72fd959ee95b390c06439ea35909df8555d9e.tar.gz
scummvm-rg350-b7d72fd959ee95b390c06439ea35909df8555d9e.tar.bz2
scummvm-rg350-b7d72fd959ee95b390c06439ea35909df8555d9e.zip
_hoverZone now is handled as in the original engine
svn-id: r25375
Diffstat (limited to 'engines/parallaction/location.cpp')
-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");