aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mads/events.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/events.cpp b/engines/mads/events.cpp
index e1240da030..b72d3f42e7 100644
--- a/engines/mads/events.cpp
+++ b/engines/mads/events.cpp
@@ -46,6 +46,7 @@ EventsManager::EventsManager(MADSEngine *vm) {
_mouseMoved = false;
_vD8 = 0;
_rightMousePressed = false;
+ _cursorId = _newCursorId = CURSOR_NONE;
}
EventsManager::~EventsManager() {