Implement/match LegoAnimMMPresenter::FUN_1004b6d0 (#832)

This commit is contained in:
Christian Semmler
2024-04-20 12:33:10 -04:00
committed by GitHub
parent b39ea845b0
commit 30747dbae6
3 changed files with 59 additions and 3 deletions

View File

@@ -274,6 +274,18 @@ undefined4 LegoWorld::FUN_1001fa70(IslePathActor* p_actor)
return 0;
}
// STUB: LEGO1 0x1001fb70
undefined4 LegoWorld::FUN_1001fb70(
IslePathActor* p_actor,
LegoAnimPresenter* p_presenter,
Vector3& p_position,
Vector3& p_direction
)
{
// TODO
return 0;
}
// FUNCTION: LEGO1 0x1001fc80
void LegoWorld::FUN_1001fc80(IslePathActor* p_actor)
{