mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-01 20:51:15 +00:00
Match
This commit is contained in:
parent
37abdcfb34
commit
4bf311d740
@ -284,8 +284,8 @@ void MxDisplaySurface::SetPalette(MxPalette* p_palette)
|
|||||||
struct {
|
struct {
|
||||||
WORD m_palVersion;
|
WORD m_palVersion;
|
||||||
WORD m_palNumEntries;
|
WORD m_palNumEntries;
|
||||||
DWORD m_palPalEntry[256];
|
PALETTEENTRY m_palPalEntry[256];
|
||||||
} lpal = {0x300, 256, 0};
|
} lpal = {0x300, 256};
|
||||||
|
|
||||||
p_palette->GetEntries((LPPALETTEENTRY) lpal.m_palPalEntry);
|
p_palette->GetEntries((LPPALETTEENTRY) lpal.m_palPalEntry);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user