fix: call ApplySystemEntriesToPalette from MxPalette(const RGBQUAD *)

This commit is contained in:
ktkaufman03 2023-07-04 20:36:33 -04:00
parent f02d6198f1
commit df039077ce
No known key found for this signature in database
GPG Key ID: 1E1BF4F2F99E03BB

View File

@ -276,7 +276,7 @@ MxPalette::MxPalette(const RGBQUAD *p_colors)
{
this->m_overrideSkyColor = FALSE;
this->m_palette = NULL;
GetDefaultPalette(this->m_entries);
ApplySystemEntriesToPalette(this->m_entries);
for ( MxS32 i = 10; i < 246; i++ )
{