aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sci/event.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/event.cpp b/engines/sci/event.cpp
index bef3edb6b3..44ac7ef4cf 100644
--- a/engines/sci/event.cpp
+++ b/engines/sci/event.cpp
@@ -417,6 +417,7 @@ void EventManager::setHotRectanglesActive(const bool active) {
void EventManager::setHotRectangles(const Common::Array<Common::Rect> &rects) {
_hotRects = rects;
+ _activeRectIndex = -1;
}
void EventManager::checkHotRectangles(const Common::Point &mousePosition) {