From 9f45deb08685403cbf6528e83a3ec2859e25be1c Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 12 Jan 2025 13:11:59 -0700 Subject: [PATCH] Move annotation --- LEGO1/lego/legoomni/include/legopathactor.h | 3 +++ LEGO1/lego/legoomni/src/paths/legopathactor.cpp | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) 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)