changeset 2178:e1b7c021db8a

Default the Crest Super Hires FLI background to 0x0F for the unused bottom area. Not sure if this is correct, to be checked.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Jun 2019 17:19:07 +0300
parents 7d75e40dc0bc
children 8d53da5bf067
files tools/lib64fmts.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Wed Jun 12 17:16:33 2019 +0300
+++ b/tools/lib64fmts.c	Wed Jun 12 17:19:07 2019 +0300
@@ -1276,7 +1276,7 @@
 
     if (rasterY / 8 >= img->fmt->chHeight)
     {
-        *col = img->bgcolor;
+        *col = 0x0f;
         return DMERR_OK;
     }