mirror of
https://github.com/isledecomp/isle.git
synced 2025-02-16 19:50:15 -05:00
avoid hexadecimal
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
parent
6e4c290f20
commit
db0b0a28ae
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ MxPalette::MxPalette()
|
||||||
this->m_overrideSkyColor = FALSE;
|
this->m_overrideSkyColor = FALSE;
|
||||||
this->m_attached = NULL;
|
this->m_attached = NULL;
|
||||||
GetDefaultPalette(this->m_entries);
|
GetDefaultPalette(this->m_entries);
|
||||||
this->m_skyColor = this->m_entries[0x8d];
|
this->m_skyColor = this->m_entries[141];
|
||||||
// FIXME: Incomplete
|
// FIXME: Incomplete
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue