Fix input to FUN_10064740

This commit is contained in:
Anders Jenbo 2025-05-11 02:29:17 +02:00 committed by GitHub
parent fff2021bb5
commit 47cfe9c021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;