diff options
-rw-r--r-- | engines/scumm/cursor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/cursor.cpp b/engines/scumm/cursor.cpp index 5b210f9af6..b1f8f2ae2b 100644 --- a/engines/scumm/cursor.cpp +++ b/engines/scumm/cursor.cpp @@ -222,6 +222,7 @@ void ScummEngine_v70he::setDefaultCursor() { if (_bytesPerPixel == 1) { // Since white color position is not guaranteed // we setup our own palette if supported by backend + CursorMan.disableCursorPalette(false); CursorMan.replaceCursorPalette(palette, 0xfd, 3); } |