mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 00:14:22 +00:00
Improve FUN_10061010
, other fixes (#1634)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -286,6 +286,7 @@ MxResult LegoWorld::PlaceActor(
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1001fa70
|
||||
// FUNCTION: BETA10 0x100da328
|
||||
MxResult LegoWorld::PlaceActor(LegoPathActor* p_actor)
|
||||
{
|
||||
LegoPathControllerListCursor cursor(&m_pathControllerList);
|
||||
@@ -301,6 +302,7 @@ MxResult LegoWorld::PlaceActor(LegoPathActor* p_actor)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1001fb70
|
||||
// FUNCTION: BETA10 0x100da3f1
|
||||
MxResult LegoWorld::PlaceActor(
|
||||
LegoPathActor* p_actor,
|
||||
LegoAnimPresenter* p_presenter,
|
||||
|
Reference in New Issue
Block a user