changeset 2317:a566700297c9

Merge.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Aug 2019 12:24:54 +0300
parents ffdc51f0c9cd (diff) 15f75ed4f2cc (current diff)
children b2d8b054b2f7
files
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Mon Aug 12 23:08:04 2019 +0300
+++ b/tools/lib64gfx.h	Tue Aug 27 12:24:54 2019 +0300
@@ -227,12 +227,9 @@
     // for example raster colours might be stored
     DMC64MemBlock extraData[D64_MAX_EXTRA_DATA];
 
-    // Extra information / settings used by some formats,
-    // for example some PETSCII-type formats.
+    // Extra information / settings
     // See D64_EI_* constants.
     int extraInfo[D64_MAX_EXTRA_INFO];
-
-    //DMC64Sprite sprites[D64_MAX_SPRITES];
 } DMC64Image;