[Scummvm-tracker] [ScummVM :: Bugs] #15157: SKY: BASS cursor disappeared

ScummVM :: Bugs trac at scummvm.org
Thu Jan 1 20:51:31 UTC 2026


#15157: SKY:  BASS cursor disappeared
------------------------+----------------------------------
Reporter:  carlosrusso  |       Owner:  (none)
    Type:  defect       |      Status:  new
Priority:  high         |   Component:  Engine: Sky
 Version:               |  Resolution:
Keywords:               |        Game:  Beneath a Steel Sky
------------------------+----------------------------------
Comment (by digitall):

 Ah the point where the MOUSE_BLANK (6) is set is here in quickXRestore()
 code:
 https://github.com/scummvm/scummvm/blob/master/engines/sky/control.cpp#L1540

 This is restoring the value of _savedMouse which is stored prior to
 loading the savegame data at
 https://github.com/scummvm/scummvm/blob/master/engines/sky/control.cpp#L1519

 It appears that the _savedMouse class variable is saved into the savegame
 and thus overrides the preceding value.

 Not sure what the correct fix here would be i.e. ignore _savedMouse in
 savegame?
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15157#comment:5>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list