mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Enable the cursor palette in ScummEngine_v70he::setDefaultCursor just to avoid problems in case it was disabled earlier.
svn-id: r48622
This commit is contained in:
parent
175a81ce98
commit
19e620ba60
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user