mirror of
https://github.com/isledecomp/isle.git
synced 2025-02-16 11:40:09 -05:00
m_extraCharacterId is an integer, not a pointer (#1045)
This commit is contained in:
parent
8113a17167
commit
0637deea13
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue