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