From 00ac0327614eeeb12d4e6ea31d71a30e78c71617 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 11 May 2025 02:37:02 +0200 Subject: [PATCH] Fix input to FUN_10064740 (#1467) --- LEGO1/lego/legoomni/src/worlds/isle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/worlds/isle.cpp b/LEGO1/lego/legoomni/src/worlds/isle.cpp index 5fb87505..9d3eb8e7 100644 --- a/LEGO1/lego/legoomni/src/worlds/isle.cpp +++ b/LEGO1/lego/legoomni/src/worlds/isle.cpp @@ -503,7 +503,7 @@ MxLong Isle::HandlePathStruct(LegoPathStructNotificationParam& p_param) break; case 0x131: if (m_act1state->m_unk0x018 != 10) { - AnimationManager()->FUN_10064740(FALSE); + AnimationManager()->FUN_10064740(NULL); } result = 1; break;