diff --git a/LEGO1/lego/legoomni/include/legoextraactor.h b/LEGO1/lego/legoomni/include/legoextraactor.h index dfb880f8..f6295efa 100644 --- a/LEGO1/lego/legoomni/include/legoextraactor.h +++ b/LEGO1/lego/legoomni/include/legoextraactor.h @@ -6,7 +6,7 @@ // VTABLE: LEGO1 0x100d6c00 LegoAnimActor // VTABLE: LEGO1 0x100d6c10 LegoPathActor // VTABLE: LEGO1 0x100d6cdc LegoExtraActor -// VTABLE: BETA10 0x101bc2b8 LegoAnimActor +// VTABLE: BETA10 0x101bc2b8 LegoPathActor // SIZE 0x1dc class LegoExtraActor : public virtual LegoAnimActor { public: diff --git a/LEGO1/lego/legoomni/include/legoraceactor.h b/LEGO1/lego/legoomni/include/legoraceactor.h index 1fb1b28c..6fa69eff 100644 --- a/LEGO1/lego/legoomni/include/legoraceactor.h +++ b/LEGO1/lego/legoomni/include/legoraceactor.h @@ -35,6 +35,7 @@ class LegoRaceActor : public virtual LegoAnimActor { MxResult VTable0x94(LegoPathActor* p_actor, MxBool p_bool) override; // vtable+0x94 // FUNCTION: LEGO1 0x10014aa0 + // FUNCTION: BETA10 0x100ca038 virtual MxResult FUN_10014aa0() { return SUCCESS; } // SYNTHETIC: LEGO1 0x10012c10 diff --git a/LEGO1/lego/sources/misc/legotree.cpp b/LEGO1/lego/sources/misc/legotree.cpp index e77e8222..f9fb626a 100644 --- a/LEGO1/lego/sources/misc/legotree.cpp +++ b/LEGO1/lego/sources/misc/legotree.cpp @@ -17,6 +17,7 @@ LegoTreeNode::LegoTreeNode() } // FUNCTION: LEGO1 0x10099da0 +// FUNCTION: BETA10 0x10187e10 LegoTreeNode::~LegoTreeNode() { if (m_data) { diff --git a/LEGO1/lego/sources/misc/legotree.h b/LEGO1/lego/sources/misc/legotree.h index c444a31e..9a4eeb3e 100644 --- a/LEGO1/lego/sources/misc/legotree.h +++ b/LEGO1/lego/sources/misc/legotree.h @@ -9,11 +9,11 @@ class LegoStorage; // VTABLE: LEGO1 0x100db778 -// VTABLE: BETA10 0x101c37f4 // SIZE 0x04 class LegoTreeNodeData { public: LegoTreeNodeData() {} + // FUNCTION: LEGO1 0x1009a0e0 virtual ~LegoTreeNodeData() {} @@ -28,6 +28,7 @@ class LegoTreeNodeData { }; // VTABLE: LEGO1 0x100db764 +// VTABLE: BETA10 0x101c37f4 // SIZE 0x10 class LegoTreeNode { public: @@ -58,6 +59,7 @@ class LegoTreeNode { void SetChildren(LegoTreeNode** p_children) { m_children = p_children; } // SYNTHETIC: LEGO1 0x10099d80 + // SYNTHETIC: BETA10 0x10188cb0 // LegoTreeNode::`scalar deleting destructor' protected: