# HG changeset patch # User Matti Hamalainen # Date 1566897519 -10800 # Node ID ffdc51f0c9cdb071882c41a5ac67aabefcc0bd30 # Parent 87533af8db64b35182f3b67a7f3e438063aa0609 Comment adjustments. diff -r 87533af8db64 -r ffdc51f0c9cd tools/lib64gfx.h --- a/tools/lib64gfx.h Wed Jul 10 11:23:34 2019 +0300 +++ b/tools/lib64gfx.h Tue Aug 27 12:18:39 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;