Be more flexible with cnc-plugin, also now transparently just works without touching the ini

This commit is contained in:
Toni Spets 2011-08-22 17:40:21 +03:00
parent 2b47947742
commit 30f5b46e6c
4 changed files with 53 additions and 23 deletions

View file

@ -31,7 +31,7 @@ typedef struct IDirectDrawPaletteImpl
ULONG Ref;
int data_bgr[256];
RGBQUAD data_rgb[256];
RGBQUAD *data_rgb;
} IDirectDrawPaletteImpl;