fix type in CPC_set_default_BASIC_palette()

This commit is contained in:
Thomas Bernard 2018-11-28 17:15:34 +01:00
parent be5ead7a04
commit 7c7d95804b

View File

@ -533,9 +533,9 @@ void CPC_set_default_BASIC_palette(T_Components * palette)
0x52, 0x59, 0x4a, 0x47
};
unsigned int i;
/** in the default CPC Basic palette, INKs 14 and 15 are blicking,
/** in the default CPC Basic palette, INKs 14 and 15 are blinking,
* so that would be great to include theses in the colorcycling,
* but I don't see any way to make theses blinking colors
* but I don't see any way to make these blinking colors
* with the way GrafX2 handles color cycling */
for (i = 0; i < sizeof(basic_colors) / sizeof(byte); i++)