mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -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_attached = NULL;
|
||||
GetDefaultPalette(this->m_entries);
|
||||
this->m_skyColor = this->m_entries[0x8d];
|
||||
this->m_skyColor = this->m_entries[141];
|
||||
// FIXME: Incomplete
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue