# HG changeset patch # User Matti Hamalainen # Date 1530200366 -10800 # Node ID 10e82be38b8b72bb77dd678dd05eabf86e98b637 # Parent 410679d2fe8ac52d8d8a1b6c20c0e02501467b2f The sprites sub-structure is not yet used, so comment it out. diff -r 410679d2fe8a -r 10e82be38b8b tools/lib64gfx.h --- 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;