#7916 closed patch (fixed)
objectflagtable owner/state patch
Reported by: | SF/japj | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: |
Description
This patch tries to improve readability of the objectFlagTable code by introducing 3 new defines and adaption of all code that accesses the objectFlagTable.
Ticket imported from: #480983. Ticket imported from: patches/21.
Attachments (1)
Change History (4)
by , 23 years ago
Attachment: | owner_state.patch added |
---|
comment:1 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 23 years ago
I've implemented it and it will go to the tree in my next commit. #define clutters the namespace, so I use enum instead. I also use OF_OWNER_MASK since that's shorter, as well as a new one, OF_STATE_SHL.
comment:3 by , 6 years ago
Component: | → Engine: SCUMM |
---|
Note:
See TracTickets
for help on using tickets.
owner / state patch