mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
fix: call ApplySystemEntriesToPalette from MxPalette(const RGBQUAD *)
This commit is contained in:
parent
f02d6198f1
commit
df039077ce
@ -276,7 +276,7 @@ MxPalette::MxPalette(const RGBQUAD *p_colors)
|
|||||||
{
|
{
|
||||||
this->m_overrideSkyColor = FALSE;
|
this->m_overrideSkyColor = FALSE;
|
||||||
this->m_palette = NULL;
|
this->m_palette = NULL;
|
||||||
GetDefaultPalette(this->m_entries);
|
ApplySystemEntriesToPalette(this->m_entries);
|
||||||
|
|
||||||
for ( MxS32 i = 10; i < 246; i++ )
|
for ( MxS32 i = 10; i < 246; i++ )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user