feat(component): implement more of CCharacterComponent::SetSkinColor

This commit is contained in:
fallenoak 2025-10-27 22:31:58 -05:00
parent d6cf306330
commit 0cd79fb749
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -1095,7 +1095,19 @@ void CCharacterComponent::SetSkinColor(int32_t skinColorID, bool a3, bool a4, co
this->SetFace(this->m_data.faceID, a3, a5);
// TODO
if (a4) {
this->m_flags |= 0x1;
// TODO component request logic
this->m_flags &= ~0x8;
}
this->m_sectionDirty = -1;
// TODO component request logic
this->m_flags &= ~0x8;
}
int32_t CCharacterComponent::VariationsLoaded(int32_t a2) {