mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Fix params
This commit is contained in:
parent
52cdad7a57
commit
5f162d2b08
@ -666,7 +666,7 @@ void Isle::Enable(MxBool p_enable)
|
||||
break;
|
||||
}
|
||||
|
||||
AnimationManager()->FUN_10060dc0(script, 0, 1, 1, 0, 0, FALSE, TRUE, 0);
|
||||
AnimationManager()->FUN_10060dc0(script, NULL, 1, 1, 0, 0, FALSE, TRUE, 0);
|
||||
}
|
||||
|
||||
m_act1state->m_unk0x018 = 0;
|
||||
@ -694,7 +694,7 @@ void Isle::Enable(MxBool p_enable)
|
||||
break;
|
||||
}
|
||||
|
||||
AnimationManager()->FUN_10060dc0(script, 0, 1, 1, 0, 0, FALSE, TRUE, 0);
|
||||
AnimationManager()->FUN_10060dc0(script, NULL, 1, 1, 0, 0, FALSE, TRUE, 0);
|
||||
}
|
||||
|
||||
m_act1state->m_unk0x018 = 0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user