aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.cpp
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/user_interface.cpp
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/user_interface.cpp')
-rw-r--r--engines/mads/user_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/user_interface.cpp b/engines/mads/user_interface.cpp
index 0363ae5ef9..eced2fdb12 100644
--- a/engines/mads/user_interface.cpp
+++ b/engines/mads/user_interface.cpp
@@ -522,7 +522,7 @@ void UserInterface::updateInventoryScroller() {
uint32 timeInc = _scrollbarQuickly ? 100 : 380;
if (_vm->_events->_mouseStatus && (_scrollbarMilliTime + timeInc) <= currentMilli) {
- _scrollbarQuickly = _vm->_events->_vD2 < 1;
+ _scrollbarQuickly = _vm->_events->_strokeGoing < 1;
_scrollbarMilliTime = currentMilli;
// Change the scrollbar and visible inventory list