fix rgb palette

This commit is contained in:
FunkyFr3sh 2021-05-22 12:23:25 +02:00
parent 2425033a2f
commit 9e9783f8d2
8 changed files with 70 additions and 98 deletions

View file

@ -16,7 +16,7 @@ typedef struct IDirectDrawPaletteImpl
ULONG ref;
int data_bgr[256];
RGBQUAD* data_rgb;
RGBQUAD data_rgb[256];
DWORD flags;
} IDirectDrawPaletteImpl;