aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v7he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/resource_v7he.cpp')
-rw-r--r--scumm/resource_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/resource_v7he.cpp b/scumm/resource_v7he.cpp
index a9f1442d40..1d597d581e 100644
--- a/scumm/resource_v7he.cpp
+++ b/scumm/resource_v7he.cpp
@@ -67,7 +67,7 @@ void Win32ResExtractor::setCursor(int id) {
&keycolor);
_vm->setCursorHotspot(hotspot_x, hotspot_y);
- _vm->grabCursorFromBuffer(cursor, w, h);
+ _vm->setCursorFromBuffer(cursor, w, h, w);
free(cursorRes);
free(cursor);
}