Move annotation

This commit is contained in:
Christian Semmler 2025-01-12 13:11:59 -07:00
parent 88ece1681e
commit 9f45deb086
2 changed files with 3 additions and 3 deletions

View File

@ -198,6 +198,9 @@ class LegoPathActor : public LegoActor {
MxFloat m_unk0x150; // 0x150 MxFloat m_unk0x150; // 0x150
}; };
// FUNCTION: LEGO1 0x1002edd0
// LegoPathActor::FUN_1002edd0
// TEMPLATE: LEGO1 0x10018b70 // TEMPLATE: LEGO1 0x10018b70
// List<LegoBoundaryEdge>::~List<LegoBoundaryEdge> // List<LegoBoundaryEdge>::~List<LegoBoundaryEdge>

View File

@ -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); return FUN_1002edd0(boundaries, m_boundary, p_v1, v2, len, radius, p_v3, 0);
} }
// FUNCTION: LEGO1 0x1002edd0
// LegoPathActor::FUN_1002edd0
// FUNCTION: LEGO1 0x1002f020 // FUNCTION: LEGO1 0x1002f020
// FUNCTION: BETA10 0x100af54a // FUNCTION: BETA10 0x100af54a
void LegoPathActor::ParseAction(char* p_extra) void LegoPathActor::ParseAction(char* p_extra)