#8094 closed patch
Fix for bug #549547 (verb shadows)
Reported by: | eriktorbjorn | Owned by: | SF/ender |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Monkey Island 1 |
Description
This patch fixes the problem with the missing/disappearing verb shadows in MI1 and MI2. It does so by clearing _charsetData[] once in scummInit(), instead of doing it every time loadCharset() is called. I hope that's enough to avoid the bug which clearing _charsetData[] was originally meant to fix.
The verb shadows may still be gone if you reload an old savegame, since _charData[] is saved, but it works when playing from the beginning.
It's a bit ironic that I derived this fix from comparing the current source tree to that of ScummVM 0.0.1, where the verb shadows were working... :-)
Ticket imported from: #623391. Ticket imported from: patches/199.
Attachments (1)
Change History (4)
by , 22 years ago
Attachment: | verb-shadow.diff added |
---|
comment:2 by , 22 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Engine: SCUMM |
---|---|
Game: | → Monkey Island 1 |
Patch against an October 14 CVS snapshot