From 3b625387bd97d1055d352b66a2d5b104cb0dc3a9 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 14 May 2024 08:56:47 -0400 Subject: [PATCH] Add missing BETA annotation --- LEGO1/lego/legoomni/src/paths/legopathboundary.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/LEGO1/lego/legoomni/src/paths/legopathboundary.cpp b/LEGO1/lego/legoomni/src/paths/legopathboundary.cpp index 3843ff9f..0ed91f6f 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathboundary.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathboundary.cpp @@ -23,6 +23,7 @@ LegoPathBoundary::~LegoPathBoundary() } // FUNCTION: LEGO1 0x100573f0 +// FUNCTION: BETA10 0x100b1536 MxResult LegoPathBoundary::AddActor(LegoPathActor* p_actor) { m_actors.insert(p_actor);