aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-03-14 12:46:46 -0400
committerPaul Gilbert2015-03-14 12:46:46 -0400
commita924d4beefc9d82ebe4c5a1880015aa7c97503de (patch)
treea6d965fbf0b7d80bd08b84595d181039d87188fe /engines/mads/events.h
parent561481499d4cb6e1d2a85e5dc35c7c8ff0534e3d (diff)
downloadscummvm-rg350-a924d4beefc9d82ebe4c5a1880015aa7c97503de.tar.gz
scummvm-rg350-a924d4beefc9d82ebe4c5a1880015aa7c97503de.tar.bz2
scummvm-rg350-a924d4beefc9d82ebe4c5a1880015aa7c97503de.zip
MADS: Fix hotspot highlighting when easy mouse is off
Diffstat (limited to 'engines/mads/events.h')
-rw-r--r--engines/mads/events.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/events.h b/engines/mads/events.h
index 21ef37407b..1a92754f10 100644
--- a/engines/mads/events.h
+++ b/engines/mads/events.h
@@ -67,7 +67,7 @@ public:
byte _mouseButtons;
bool _rightMousePressed;
int _mouseStatus;
- int _vD2;
+ int _strokeGoing;
int _mouseStatusCopy;
bool _mouseMoved;
Common::Stack<Common::KeyState> _pendingKeys;