Fix incorrect method definition for CreatePalette, Red Alert loads up the menu!
This commit is contained in:
parent
2d107d58b0
commit
487c98aa1f
3 changed files with 5 additions and 5 deletions
|
@ -44,6 +44,6 @@ typedef struct
|
|||
|
||||
extern fakeDirectDrawPalette piface;
|
||||
|
||||
HRESULT ddraw_CreatePalette(void *This, LPPALETTEENTRY DDColorArray, LPDIRECTDRAWPALETTE FAR * DDPalette, IUnknown FAR * unkOuter);
|
||||
HRESULT ddraw_CreatePalette(void *This, DWORD dwFlags, LPPALETTEENTRY DDColorArray, LPDIRECTDRAWPALETTE FAR * DDPalette, IUnknown FAR * unkOuter);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue