mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
avoid hexadecimal
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user