Opened 4 months ago

Last modified 4 months ago

#15129 closed defect

SCUMM: Indy3 Mac, clearing series IQ score seems broken — at Initial Version

Reported by: eriktorbjorn Owned by:
Priority: normal Component: Engine: SCUMM
Version: Keywords:
Cc: Game: Indiana Jones 3

Description

If I open the IQ points dialog in the Mac version Indiana Jones and the Last Crusade and try to clear the series IQ score, nothing seems to happen. At least most of the time.

Right now I've only tested it on Linux running under Windows 11. What seems to happen is:

  • clearSeriesIQPoints() writes zeroes to the .iq file.
  • updateIQPoints() the reads that file. (Though this may fail since clearSeriesIQPoints() still has the file open, and it may not have been flushed to disk yet?)
  • updateIQPoints() then synchronizes the series score with the current episode score. Except for me, it seems to be adding a lot of points that weren't solved during the episode.

And that's where I gave up, at least for now.

Change History (0)

Note: See TracTickets for help on using tickets.