aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tsage/events.cpp')
-rw-r--r--engines/tsage/events.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/tsage/events.cpp b/engines/tsage/events.cpp
index 5348935dd9..2b27fa74a3 100644
--- a/engines/tsage/events.cpp
+++ b/engines/tsage/events.cpp
@@ -139,8 +139,6 @@ void EventsClass::setCursor(CursorType cursorType) {
if (cursorType != CURSOR_ARROW)
_currentCursor = cursorType;
- if (!CursorMan.isVisible())
- showCursor();
const byte *cursor;
bool delFlag = true;