aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/cursor.cpp')
-rw-r--r--engines/agos/cursor.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/agos/cursor.cpp b/engines/agos/cursor.cpp
index 5c97d008b9..4edfd6d487 100644
--- a/engines/agos/cursor.cpp
+++ b/engines/agos/cursor.cpp
@@ -439,7 +439,7 @@ void AGOSEngine::handleMouseMoved() {
_rightButtonDown = 0;
x = 1;
} else {
- if (_hitarea_unk_3 == 0 && _needHitAreaRecalc == 0)
+ if (_litBoxFlag == 0 && _needHitAreaRecalc == 0)
goto get_out;
}
@@ -456,6 +456,7 @@ get_out:
drawMousePointer();
_needHitAreaRecalc = 0;
+ _litBoxFlag = 0;
}
void AGOSEngine::mouseOff() {