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

@@ -2241,7 +2241,7 @@ static int Color_cycling(void)
}
}
}
SetPalette(palette, 0, 256);
GFX2_SetPalette(palette, 0, 256);
}
return 0;
}