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

@@ -469,7 +469,7 @@ void Get_SDL_Palette(const SDL_Palette * sdl_palette, T_Palette palette)
}
int SetPalette(const T_Components * colors, int firstcolor, int ncolors)
int GFX2_SetPalette(const T_Components * colors, int firstcolor, int ncolors)
{
int i;
SDL_Color PaletteSDL[256];