mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
m_extraCharacterId is an integer, not a pointer (#1045)
This commit is contained in:

committed by
GitHub

parent
8113a17167
commit
0637deea13
@@ -2954,7 +2954,7 @@ MxResult AnimState::Serialize(LegoFile* p_file)
|
|||||||
MxBool AnimState::SetFlag()
|
MxBool AnimState::SetFlag()
|
||||||
{
|
{
|
||||||
if (m_unk0x10 != NULL) {
|
if (m_unk0x10 != NULL) {
|
||||||
m_extraCharacterId = NULL;
|
m_extraCharacterId = 0;
|
||||||
|
|
||||||
for (MxS32 i = 0; i < m_unk0x0c; i++) {
|
for (MxS32 i = 0; i < m_unk0x0c; i++) {
|
||||||
m_unk0x10[i] = 0;
|
m_unk0x10[i] = 0;
|
||||||
|
Reference in New Issue
Block a user