From 67f3ce37fabf11bc701ce03fc21ac2cdd75258cc Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 20 May 2025 16:36:29 -0700 Subject: [PATCH] Hotfix: fix wrong return value --- LEGO1/lego/legoomni/src/paths/legopathboundary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/paths/legopathboundary.cpp b/LEGO1/lego/legoomni/src/paths/legopathboundary.cpp index 28dafe62..98018b26 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathboundary.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathboundary.cpp @@ -357,7 +357,7 @@ MxU32 LegoPathBoundary::FUN_10057fe0(LegoAnimPresenter* p_presenter) } m_presenters.insert(p_presenter); - return 0; + return 1; } // FUNCTION: LEGO1 0x100586e0