diff options
author | Nicola Mettifogo | 2007-02-04 08:10:00 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-02-04 08:10:00 +0000 |
commit | b7d72fd959ee95b390c06439ea35909df8555d9e (patch) | |
tree | 5788a57f8bf6574ea3ef481345176aadf73ebc31 /engines/parallaction | |
parent | 7b6bdd231d100110689a0e804ac53453d388e8d9 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/parallaction/location.cpp | 4 |
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"); |