From a44c261c41ccd058624644f67bf7552174817f8b Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 14 Apr 2024 10:28:26 -0400 Subject: [PATCH] fix --- LEGO1/lego/legoomni/src/paths/legopathactor.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp index cf45c88d..986a6183 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathactor.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathactor.cpp @@ -330,12 +330,14 @@ MxS32 LegoPathActor::VTable0x8c(float p_time, Matrix4& p_transform) m_lastTime = p_time; return 1; } + else { + m_boundary->FUN_100575b0(pos2, pos1, this); + pos2 = pos1; - m_boundary->FUN_100575b0(pos2, pos1, this); - pos2 = pos1; + if (m_unk0xe9 != 0) { + WaitForAnimation(); + } - if (m_unk0xe9 != 0) { - WaitForAnimation(); return 0; } }