diff tools/lib64fmts.c @ 2314:87533af8db64

Add format flag for formats that use sprite layer.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 Jul 2019 11:23:34 +0300
parents 866e036d7706
children 0085ce04788b
line wrap: on
line diff
--- a/tools/lib64fmts.c	Tue Jul 09 11:52:15 2019 +0300
+++ b/tools/lib64fmts.c	Wed Jul 10 11:23:34 2019 +0300
@@ -1933,7 +1933,7 @@
     },
 
     { // #11: Crest Super Hires FLI Editor 1.0 (SHF)
-        D64_FMT_HIRES | D64_FMT_FLI,
+        D64_FMT_HIRES | D64_FMT_FLI | D64_FMT_SPRITES,
         D64_SCR_WIDTH, D64_SCR_HEIGHT,
         D64_SCR_CH_WIDTH, 24,
         1, 1,
@@ -2628,7 +2628,7 @@
         NULL,
         NULL, NULL,
         {
-            D64_FMT_HIRES | D64_FMT_FLI,
+            D64_FMT_HIRES | D64_FMT_FLI | D64_FMT_SPRITES,
             192, D64_SCR_HEIGHT,
             24, D64_SCR_CH_HEIGHT,
             2, 1,