Fix LegoMorphKey

This commit is contained in:
Christian Semmler 2024-02-18 10:36:23 -05:00
parent 5dc1ed789d
commit 59307f4b5c
2 changed files with 2 additions and 2 deletions

View File

@ -223,7 +223,7 @@ LegoResult LegoAnim::Write(LegoStorage* p_storage)
// FUNCTION: LEGO1 0x100a0f60
LegoMorphKey::LegoMorphKey()
{
m_name = NULL;
m_unk0x00 = NULL;
}
// STUB: LEGO1 0x100a0f70

View File

@ -60,7 +60,7 @@ class LegoMorphKey : public LegoAnimKey {
LegoResult Read(LegoStorage* p_storage);
protected:
LegoChar* m_name; // 0x08
undefined m_unk0x00; // 0x08
};
// VTABLE: LEGO1 0x100db8c8