From 5f162d2b08bc6f8bc49ae66138a5df305f4233c3 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 26 Apr 2024 11:30:35 -0400 Subject: [PATCH] Fix params --- LEGO1/lego/legoomni/src/worlds/isle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/src/worlds/isle.cpp b/LEGO1/lego/legoomni/src/worlds/isle.cpp index 18bc7706..f26dca62 100644 --- a/LEGO1/lego/legoomni/src/worlds/isle.cpp +++ b/LEGO1/lego/legoomni/src/worlds/isle.cpp @@ -666,7 +666,7 @@ void Isle::Enable(MxBool p_enable) break; } - AnimationManager()->FUN_10060dc0(script, 0, 1, 1, 0, 0, FALSE, TRUE, 0); + AnimationManager()->FUN_10060dc0(script, NULL, 1, 1, 0, 0, FALSE, TRUE, 0); } m_act1state->m_unk0x018 = 0; @@ -694,7 +694,7 @@ void Isle::Enable(MxBool p_enable) break; } - AnimationManager()->FUN_10060dc0(script, 0, 1, 1, 0, 0, FALSE, TRUE, 0); + AnimationManager()->FUN_10060dc0(script, NULL, 1, 1, 0, 0, FALSE, TRUE, 0); } m_act1state->m_unk0x018 = 0;