From 47cfe9c02182ee3007c94fee5d91879001afff16 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 11 May 2025 02:29:17 +0200 Subject: [PATCH] Fix input to FUN_10064740 --- 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;