diff --git a/LEGO1/lego/legoomni/include/legopathactor.h b/LEGO1/lego/legoomni/include/legopathactor.h index 343cd598..98c41d08 100644 --- a/LEGO1/lego/legoomni/include/legopathactor.h +++ b/LEGO1/lego/legoomni/include/legopathactor.h @@ -198,6 +198,9 @@ class LegoPathActor : public LegoActor { MxFloat m_unk0x150; // 0x150 }; +// FUNCTION: LEGO1 0x1002edd0 +// LegoPathActor::FUN_1002edd0 + // TEMPLATE: LEGO1 0x10018b70 // List::~List diff --git a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp index 309012ee..69a624ee 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp @@ -565,9 +565,6 @@ MxS32 LegoPathActor::VTable0x68(Vector3& p_v1, Vector3& p_v2, Vector3& p_v3) return FUN_1002edd0(boundaries, m_boundary, p_v1, v2, len, radius, p_v3, 0); } -// FUNCTION: LEGO1 0x1002edd0 -// LegoPathActor::FUN_1002edd0 - // FUNCTION: LEGO1 0x1002f020 // FUNCTION: BETA10 0x100af54a void LegoPathActor::ParseAction(char* p_extra)