#9181 closed patch (fixed)
BRA: execute merge commands after inventory is closed
Reported by: | fuzzie | Owned by: | peres |
---|---|---|---|
Priority: | normal | Component: | Engine: Parallaction |
Version: | Keywords: | ||
Cc: | Game: |
Description
At least the DOS versions of BRA have merge commands with things like SPEAK inside (for example, try replacing the film in the camera), which change modes and etc; it seems simplest to execute these commands after the inventory code has closed down, so this code moves the execution to there.
This affects NS too, but it should be fine. Patch against trunk.
Ticket imported from: #3004690. Ticket imported from: patches/1286.
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | 0007-execute-merge-commands-after-inventory-is-closed.txt added |
---|
comment:1 by , 14 years ago
Owner: | set to |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 6 years ago
Component: | → Engine: Parallaction |
---|
Note:
See TracTickets
for help on using tickets.
Thank you for spotting this: the regression occurred when I switched from blocking dialogues to the current input mode handling.
I committed some different code to solve the issue, as I wanted to keep zone handling all together for clarity (r49623).