Implement/match LegoAct2::HandlePathStruct (#1187)

* Implement/match `LegoAct2::HandlePathStruct`

* Add Act2Brick::FUN_1007a670

* Add Act2Brick::Create

* Name variable

* Add stdio.h
This commit is contained in:
Christian Semmler
2024-12-03 13:31:24 -07:00
committed by GitHub
parent 3c624ff14c
commit 5693b1a266
6 changed files with 149 additions and 9 deletions

View File

@@ -177,6 +177,14 @@ void Act2Actor::FUN_10019520()
FUN_100192a0(10);
}
// FUNCTION: LEGO1 0x10019560
void Act2Actor::FUN_10019560()
{
m_unk0x1e = 5;
SetWorldSpeed(m_unk0x28 + 5);
FUN_100192a0(9);
}
// FUNCTION: LEGO1 0x100195a0
// FUNCTION: BETA10 0x1000d7d3
MxS32 Act2Actor::VTable0xa0()