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