mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 08:11:16 +00:00
Address review comment
This commit is contained in:
parent
9a23ff47a3
commit
56663a93ad
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user