#8733 closed patch
Scumm savegame thumbnail loading patch
Reported by: | SF/uweryssel | Owned by: | fingolfin |
---|---|---|---|
Priority: | normal | Component: | GUI |
Version: | Keywords: | ||
Cc: | Game: |
Description
In engine/scumm/thumbnail.cpp the loading routine doesn't work right when using 8bit Overlays.
To fix it, I've changed the surface "bytes per pixel" from uint16 to OverlayColor. The attached diff contains the changes made.
Ticket imported from: #1817080. Ticket imported from: patches/838.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | thumbnail.diff added |
---|
comment:1 by , 17 years ago
Owner: | set to |
---|---|
Status: | new → closed |
comment:3 by , 6 years ago
Component: | → GUI |
---|
Note:
See TracTickets
for help on using tickets.
Thumbnail loading patch