rename palette

This commit is contained in:
FunkyFr3sh 2024-12-15 08:02:00 +01:00
parent 308fefb654
commit 9a015c47cb
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ HRESULT ddp_SetEntries(IDirectDrawPaletteImpl* This, DWORD dwFlags, DWORD dwStar
HRESULT dd_CreatePalette(DWORD dwFlags, LPPALETTEENTRY lpDDColorArray, IDirectDrawPaletteImpl** lpDDPalette, IUnknown FAR* unkOuter);
// Original palette copied from Windows ME
static PALETTEENTRY g_ddp_me_palette[] =
static PALETTEENTRY g_ddp_default_palette[] =
{
{ 0, 0, 0, 0 },
{ 128, 0, 0, 0 },