m_extraCharacterId is an integer, not a pointer (#1045)

This commit is contained in:
Anonymous Maarten 2024-06-26 13:17:45 +02:00 committed by GitHub
parent 8113a17167
commit 0637deea13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2954,7 +2954,7 @@ MxResult AnimState::Serialize(LegoFile* p_file)
MxBool AnimState::SetFlag()
{
if (m_unk0x10 != NULL) {
m_extraCharacterId = NULL;
m_extraCharacterId = 0;
for (MxS32 i = 0; i < m_unk0x0c; i++) {
m_unk0x10[i] = 0;