[Scummvm-tracker] [ScummVM :: Bugs] #15520: SCUMM: MACGUI: Disabling Original GUI in mid-playthrough causes black square cursor
ScummVM :: Bugs
trac at scummvm.org
Thu Nov 21 17:41:34 UTC 2024
#15520: SCUMM: MACGUI: Disabling Original GUI in mid-playthrough causes black
square cursor
-------------------------+----------------------------
Reporter: eriktorbjorn | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: SCUMM
Version: | Resolution:
Keywords: | Game:
-------------------------+----------------------------
Comment (by bluegr):
The black cursor is caused when overriding the default cursor's palette.
I've tried this scenario with the following:
- Monkey Island 1 - bug exists
- Monkey Island 2 - works fine
- Indy 3 - works fine
- Loom - works fine
So it's only Monkey Island 1 that has this issue, because it calls
_windowManager->replaceCursor() from within MacV5Gui::setupCursor() with a
predefined cursor, which also sets its palette.
Monkey 2, Loom and Indy 3 use a custom cursor, without overriding the
default cursor's palette.
--
Ticket URL: <https://bugs.scummvm.org/ticket/15520#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list