mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix LegoMorphKey
This commit is contained in:
parent
5dc1ed789d
commit
59307f4b5c
@ -223,7 +223,7 @@ LegoResult LegoAnim::Write(LegoStorage* p_storage)
|
||||
// FUNCTION: LEGO1 0x100a0f60
|
||||
LegoMorphKey::LegoMorphKey()
|
||||
{
|
||||
m_name = NULL;
|
||||
m_unk0x00 = NULL;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100a0f70
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user