Annotate the global default aplette

This commit is contained in:
Joshua Peisach 2023-07-12 20:03:17 -04:00 committed by GitHub
parent 776483fa39
commit 9f0e6563ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}