mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Fix input to FUN_10064740 (#1467)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user