#7997 closed patch
SIMON: save dialog broken text display
Reported by: | wjp | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: AGOS |
Version: | Keywords: | ||
Cc: | Game: | Simon the Sorcerer 1 |
Description
In the savegame dialog for Simon (simon1dos), the text length is calculated incorrectly. 'Long' characters (and except 'l' and 'i') are given length 4, and 'short' characters ('l' and 'i') are given length 6. These are clearly the wrong way around. (in SimonState::save_or_load_dialog)
Patch attached.
Ticket imported from: #590617. Ticket imported from: patches/102.
Attachments (1)
Change History (4)
by , 22 years ago
Attachment: | simon_saveload.diff added |
---|
comment:2 by , 22 years ago
Status: | new → closed |
---|
comment:3 by , 6 years ago
Component: | → Engine: AGOS |
---|---|
Game: | → Simon the Sorcerer 1 |
Note:
See TracTickets
for help on using tickets.
savegame dialog patch