changeset 1932:10e82be38b8b

The sprites sub-structure is not yet used, so comment it out.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jun 2018 18:39:26 +0300
parents 410679d2fe8a
children c5a46cb4cce5
files tools/lib64gfx.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.h	Thu Jun 28 17:26:30 2018 +0300
+++ b/tools/lib64gfx.h	Thu Jun 28 18:39:26 2018 +0300
@@ -169,7 +169,7 @@
     // for example raster colours might be stored
     DMC64MemBlock extraData[C64_MAX_EXTRA_DATA];
 
-    DMC64Sprite sprites[C64_MAX_SPRITES];
+    //DMC64Sprite sprites[C64_MAX_SPRITES];
 } DMC64Image;