mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-20 23:01:16 +00:00
LegoAnim::GetActorUnknown0x04 returns a number, not a pointer
This commit is contained in:
parent
85a136e86b
commit
0a96125916
@ -1163,7 +1163,7 @@ undefined4 LegoAnim::GetActorUnknown0x04(LegoU32 p_index)
|
||||
return m_modelList[p_index].m_unk0x04;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100a0f60
|
||||
|
||||
Loading…
Reference in New Issue
Block a user