mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-12-18 11:52:23 -05:00
Fix a bug in LegoAct2::Notify (#1190)
This commit is contained in:
parent
8dd7bc63be
commit
c51a09af0b
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ MxLong LegoAct2::Notify(MxParam& p_param)
|
||||||
|
|
||||||
Mx3DPointFloat direction(local2world[2]);
|
Mx3DPointFloat direction(local2world[2]);
|
||||||
Mx3DPointFloat location(local2world[1]);
|
Mx3DPointFloat location(local2world[1]);
|
||||||
FUN_10052560(Act2mainScript::c_tns051in_RunAnim, TRUE, TRUE, &location, &direction, NULL);
|
FUN_10052560(Act2mainScript::c_tns051in_RunAnim, TRUE, TRUE, &local90, &direction, NULL);
|
||||||
|
|
||||||
m_unk0x10c4 = 14;
|
m_unk0x10c4 = 14;
|
||||||
m_unk0x10d0 = 0;
|
m_unk0x10d0 = 0;
|
||||||
|
|
Loading…
Reference in a new issue