aboutsummaryrefslogtreecommitdiff
path: root/scumm/resource_v7he.cpp
diff options
context:
space:
mode:
authorMax Horn2004-08-22 23:38:00 +0000
committerMax Horn2004-08-22 23:38:00 +0000
commitb20187a0e92a284deb62298a63017de6e63a3661 (patch)
tree8af7efb32dbcfdc1f94aa6a3835fbb517987c50c /scumm/resource_v7he.cpp
parent45ac190548b0b0f33c8dbc391cf14869862b1dac (diff)
downloadscummvm-rg350-b20187a0e92a284deb62298a63017de6e63a3661.tar.gz
scummvm-rg350-b20187a0e92a284deb62298a63017de6e63a3661.tar.bz2
scummvm-rg350-b20187a0e92a284deb62298a63017de6e63a3661.zip
Cursor code cleanup
svn-id: r14690
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);
}