#9226 closed patch (duplicate)
MMC64: Radio Crash Fix
| Reported by: | SF/segra | Owned by: | Kirben |
|---|---|---|---|
| Priority: | normal | Component: | Engine: SCUMM |
| Version: | Keywords: | ||
| Cc: | Game: | Maniac Mansion |
Description
This is a fix for bug #3077966,
The actual problem was during the "keypad" screen, the active verb was 13 (walk-to). Upon calling function "resetSentence" the "_activeObject" was not reset (it appears to be set upon pressing the keypad buttons), This meant the next time drawsentence executed, it attempted to lookup an object which didnt exist, meaning garbage was used for the objects name.
Ticket imported from: #3091570. Ticket imported from: patches/1331.
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | v0_mm_radiocrash.patch added |
|---|
comment:1 by , 15 years ago
| Owner: | set to |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
comment:2 by , 15 years ago
comment:3 by , 7 years ago
| Component: | → Engine: SCUMM |
|---|---|
| Game: | → Maniac Mansion |
Note:
See TracTickets
for help on using tickets.

Closing as duplicate, as this was included in patch #3093541.