aboutsummaryrefslogtreecommitdiff
path: root/scumm/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/cursor.cpp')
-rw-r--r--scumm/cursor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp
index cfac7aaad7..b2c6f29676 100644
--- a/scumm/cursor.cpp
+++ b/scumm/cursor.cpp
@@ -168,7 +168,7 @@ void ScummEngine::setCursorHotspot(int x, int y) {
}
void ScummEngine::updateCursor() {
- _system->set_mouse_cursor(_grabbedCursor, _cursor.width, _cursor.height,
+ _system->setMouseCursor(_grabbedCursor, _cursor.width, _cursor.height,
_cursor.hotspotX, _cursor.hotspotY);
}