Implement/match LegoWorld::FUN_1001fda0 (#840)

This commit is contained in:
Christian Semmler
2024-04-23 04:33:38 -04:00
committed by GitHub
parent 7efbb04999
commit 9025d5ed06
4 changed files with 17 additions and 2 deletions

View File

@@ -33,6 +33,12 @@ undefined4 LegoPathController::FUN_10046770(LegoPathActor* p_actor)
return 0;
}
// STUB: LEGO1 0x100468f0
// FUNCTION: BETA10 0x100b72f7
void LegoPathController::FUN_100468f0(LegoAnimPresenter* p_presenter)
{
}
// STUB: LEGO1 0x10046b30
MxResult LegoPathController::FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value)
{