mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-23 03:55:44 -04:00
m_extraCharacterId is an integer, not a pointer (#1045)
This commit is contained in:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user