From 59307f4b5c7b3ad4f64774e80ef79371af5411be Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 18 Feb 2024 10:36:23 -0500 Subject: [PATCH] Fix LegoMorphKey --- LEGO1/lego/sources/anim/legoanim.cpp | 2 +- LEGO1/lego/sources/anim/legoanim.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/sources/anim/legoanim.cpp b/LEGO1/lego/sources/anim/legoanim.cpp index 78a3a7e8..b7dc8249 100644 --- a/LEGO1/lego/sources/anim/legoanim.cpp +++ b/LEGO1/lego/sources/anim/legoanim.cpp @@ -223,7 +223,7 @@ LegoResult LegoAnim::Write(LegoStorage* p_storage) // FUNCTION: LEGO1 0x100a0f60 LegoMorphKey::LegoMorphKey() { - m_name = NULL; + m_unk0x00 = NULL; } // STUB: LEGO1 0x100a0f70 diff --git a/LEGO1/lego/sources/anim/legoanim.h b/LEGO1/lego/sources/anim/legoanim.h index 4ce243db..65368678 100644 --- a/LEGO1/lego/sources/anim/legoanim.h +++ b/LEGO1/lego/sources/anim/legoanim.h @@ -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