Fix input to FUN_10064740 (#1467)

This commit is contained in:
Anders Jenbo
2025-05-11 02:37:02 +02:00
committed by GitHub
parent fff2021bb5
commit 00ac032761

View File

@@ -503,7 +503,7 @@ MxLong Isle::HandlePathStruct(LegoPathStructNotificationParam& p_param)
break; break;
case 0x131: case 0x131:
if (m_act1state->m_unk0x018 != 10) { if (m_act1state->m_unk0x018 != 10) {
AnimationManager()->FUN_10064740(FALSE); AnimationManager()->FUN_10064740(NULL);
} }
result = 1; result = 1;
break; break;