mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Implement Act2Actor::FUN_10019520()
This commit is contained in:
parent
15a9067407
commit
5a641a70e3
@ -44,7 +44,7 @@ class Act2Actor : public LegoAnimActor {
|
||||
MxBool m_unk0x1f; // 0x1f
|
||||
undefined4 m_unk0x20; // 0x20
|
||||
undefined4 m_unk0x24; // 0x24
|
||||
undefined m_unk0x28; // 0x28
|
||||
MxS8 m_unk0x28; // 0x28
|
||||
undefined4 m_unk0x2c; // 0x2c
|
||||
undefined4 m_unk0x30; // 0x30
|
||||
undefined4 m_unk0x34; // 0x34
|
||||
|
||||
@ -89,11 +89,13 @@ void Act2Actor::FUN_100192a0(undefined4 p_param)
|
||||
// TODO
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10019520
|
||||
// STUB: BETA10 0x1000d4d6
|
||||
// FUNCTION: LEGO1 0x10019520
|
||||
// FUNCTION: BETA10 0x1000d4d6
|
||||
void Act2Actor::FUN_10019520()
|
||||
{
|
||||
// TODO
|
||||
m_unk0x1e = 4;
|
||||
SetWorldSpeed(m_unk0x28 + 3);
|
||||
FUN_100192a0(10);
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100195a0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user