#9192 closed patch (wontfix)
BRA: don't display null strings
Reported by: | fuzzie | Owned by: | peres |
---|---|---|---|
Priority: | normal | Component: | Engine: Parallaction |
Version: | Keywords: | ||
Cc: | Game: |
Description
This 'short-circuits' the dialogue loop for when an answer is 'null' in order to jump to the next answer immediately, to stop scummvm from displaying 'null' inside balloons. You can see this in a lot of places in BRA, for example examine the money in your inventory.
Patch seems to apply fine to trunk. I don't know if this might cause problems for NS or there's something I missed, though.
Ticket imported from: #3021742. Ticket imported from: patches/1297.
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | 0004-always-execute-next-dialog-state-immediately-if-prev.txt added |
---|
comment:1 by , 14 years ago
Owner: | set to |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:4 by , 6 years ago
Component: | → Engine: Parallaction |
---|
Note:
See TracTickets
for help on using tickets.
I committed an alternative solution in r55603 - inspired by your patch #3021740 - changing code in only one spot.