aboutsummaryrefslogtreecommitdiff
path: root/scumm/cursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/cursor.cpp')
-rw-r--r--scumm/cursor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp
index 7a87c5d3a3..9d025c6e60 100644
--- a/scumm/cursor.cpp
+++ b/scumm/cursor.cpp
@@ -343,8 +343,8 @@ void ScummEngine_v5::setBuiltinCursor(int idx) {
_cursor.hotspotY = 0;
byte *dst = _grabbedCursor;
- byte *src = &_NESCostumeGfx[0][0xfa * 16];
- byte *palette = getResourceAddress(rtCostume, 35) + 2;
+ byte *src = &_NESPatTable[0][0xfa * 16];
+ byte *palette = _NESPalette[1];
for (i = 0; i < 8; i++) {
byte c0 = src[i];