Address review comment

This commit is contained in:
jonschz 2024-11-29 20:59:06 +01:00
parent 9a23ff47a3
commit 56663a93ad

View File

@ -373,13 +373,17 @@ undefined4 LegoAct2::FUN_10052560(
pmatrix = &matrix; pmatrix = &matrix;
} }
// This part does not match perfectly MxResult result;
MxBool arg9 = FALSE;
if (p_param1 == Act2mainScript::c_tja009ni_RunAnim) { if (p_param1 == Act2mainScript::c_tja009ni_RunAnim) {
arg9 = TRUE; result = AnimationManager()->FUN_10060dc0(p_param1, pmatrix, TRUE, FALSE, NULL, TRUE, TRUE, TRUE, TRUE);
}
else {
result =
AnimationManager()->FUN_10060dc0(p_param1, pmatrix, TRUE, FALSE, NULL, TRUE, TRUE, TRUE, FALSE);
} }
if (!AnimationManager()->FUN_10060dc0(p_param1, pmatrix, TRUE, FALSE, NULL, TRUE, TRUE, TRUE, arg9)) { if (result == SUCCESS) {
m_unk0x1140 = p_param1; m_unk0x1140 = p_param1;
} }
} }