#8190 closed patch
CMI: Fix for inventory bug
Reported by: | eriktorbjorn | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Monkey Island 3 |
Description
I patch seems to fix the inventory bug mentioned on the CMI issues page, where the game gets confused about which is the last object in the inventory chest. The problem happens because the findBlastObject() opcode returns the wrong object number, which I believe is because the loop starts at one object past the end of the blast object queue.
(I have a savegame that demonstrates this, but since it's a bit large I'm not attaching it unless someone asks me to.)
Ticket imported from: #708384. Ticket imported from: patches/295.
Attachments (1)
Change History (7)
by , 22 years ago
Attachment: | cmi-inventory-fix.diff added |
---|
comment:2 by , 22 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:6 by , 6 years ago
Component: | → Engine: SCUMM |
---|---|
Game: | → Monkey Island 3 |
Note:
See TracTickets
for help on using tickets.
Patch against a March 21 CVS snapshot