avoid hexadecimal

Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
This commit is contained in:
Joshua Peisach 2023-06-29 17:15:54 -04:00 committed by GitHub
parent 6e4c290f20
commit db0b0a28ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}