SetPalette() => GFX2_SetPalette()

This commit is contained in:
Thomas BERNARD
2020-02-06 23:33:38 +01:00
parent 3d53a91046
commit 6550e704fc
7 changed files with 7 additions and 14 deletions

View File

@@ -636,7 +636,7 @@ void Update_status_line(short char_pos, short width)
width*8*Menu_factor_X, 8*Menu_factor_Y);
}
int SetPalette(const T_Components * colors, int firstcolor, int ncolors)
int GFX2_SetPalette(const T_Components * colors, int firstcolor, int ncolors)
{
int i;
RGBQUAD rgb[256];