mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Annotate the global default aplette
This commit is contained in:
parent
776483fa39
commit
9f0e6563ed
@ -1,6 +1,7 @@
|
||||
#include "mxpalette.h"
|
||||
#include "mxomni.h"
|
||||
|
||||
// GLOBAL: LEGO1 0x10102188 1024
|
||||
PALETTEENTRY g_defaultPaletteEntries[256] =
|
||||
{
|
||||
{ 0u, 0u, 0u, 0u },
|
||||
@ -261,6 +262,7 @@ PALETTEENTRY g_defaultPaletteEntries[256] =
|
||||
{ 255u, 255u, 255u, 0u }
|
||||
};
|
||||
|
||||
// GLOBAL: LEGO1 0x10102188 1024
|
||||
LPPALETTEENTRY g_defaultPalette;
|
||||
|
||||
// OFFSET: LEGO1 0x100bee30
|
||||
@ -486,4 +488,4 @@ LPDIRECTDRAWPALETTE MxPalette::CreateNativePalette()
|
||||
}
|
||||
|
||||
return this->m_palette;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user