aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/events.cpp b/engines/sherlock/events.cpp
index fef22c9301..d147fe1f4c 100644
--- a/engines/sherlock/events.cpp
+++ b/engines/sherlock/events.cpp
@@ -67,7 +67,7 @@ void Events::setCursor(CursorId cursorId) {
// Set the cursor data
Graphics::Surface &s = (*_cursorImages)[cursorId];
- CursorMan.replaceCursor(s.getPixels(), s.w, s.h, s.w / 2, s.h / 2, 0xff);
+ CursorMan.replaceCursor(s.getPixels(), s.w, s.h, 0, 0, 0xff);
showCursor();
}