#8307 closed patch
FT: Implement palManipulateInit_new
Reported by: | SF/madm00se | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Full Throttle |
Description
Apparently roomOps.palManipulate changed somewhere between scumm v5 and v7.
roomOps.palManipulate calls palManipulateInit which changed argument order and changed to use a palette from the PALS chunk instead of three strings.
I implemented it as palManipulateInit_new (since I don't currently have FOA) and changed getPalettePtr to take a palette index argument instead of using _curPalIndex.
FT uses roomOps.palManipulate at the gas tower when Ben walks in to and out of the light.
Ticket imported from: #861716. Ticket imported from: patches/412.
Attachments (1)
Change History (4)
by , 21 years ago
Attachment: | palManipulateInit_new.patch added |
---|
comment:1 by , 21 years ago
Eek, unnecessary code duplication :-)
OK, I cleaned this up and added it to CVS. Thanks.
comment:2 by , 21 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → Engine: SCUMM |
---|---|
Game: | → Full Throttle |
Implement palManipulateInit_new