#8376 closed patch
QUEEN: journal bug
Reported by: | salty-horse | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | Engine: Queen |
Version: | Keywords: | ||
Cc: | Game: | Flight of the Amazon Queen |
Description
The title of the yes/no questions doesn't change correctly: 1) Choose "Read entry" 2) Press "No" 3) Choose "Save entry" and look at title
The problem resides in a static const array that has a variable inside it. The first time the function is entered, the array is created and cannot be changed. Patch included.
Ticket imported from: #1083083. Ticket imported from: patches/481.
Attachments (1)
Change History (4)
by , 20 years ago
Attachment: | queen.diff added |
---|
comment:1 by , 20 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:2 by , 20 years ago
comment:3 by , 6 years ago
Component: | → Engine: Queen |
---|---|
Game: | → Flight of the Amazon Queen |
Note:
See TracTickets
for help on using tickets.
Looks good, thanks!