Fix the preview for HAM files

HAM files are "true color" pictures which do have
a palette.
This commit is contained in:
Thomas Bernard
2018-02-05 11:59:26 +01:00
parent 2bfbc03cb8
commit 4c92e87d52
2 changed files with 10 additions and 5 deletions

View File

@@ -68,6 +68,7 @@ typedef struct
char Comment[COMMENT_SIZE+1];
byte Background_transparent;
byte Transparent_color;
byte bpp;
/// Pixel ratio of the image
enum PIXEL_RATIO Ratio;