# HG changeset patch # User Matti Hamalainen # Date 1566897894 -10800 # Node ID a566700297c9eb9224071bb1b770a50672e0875d # Parent ffdc51f0c9cdb071882c41a5ac67aabefcc0bd30# Parent 15f75ed4f2cc0ca0ba45eaffb5d05c31aecba1ce Merge. diff -r 15f75ed4f2cc -r a566700297c9 tools/lib64gfx.h --- 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;