mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoAnimationManager::AddExtra (#901)
* Implement/match LegoAnimationManager::AddExtra * Rename member * Fix param names * Remove space
This commit is contained in:

committed by
GitHub

parent
a1388adcd7
commit
d9a82323ca
@@ -128,7 +128,7 @@ void LegoExtraActor::VTable0xa4(MxU8& p_und1, MxS32& p_und2)
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x1002aae0
|
||||
MxResult LegoExtraActor::FUN_1002aae0()
|
||||
MxResult LegoExtraActor::VTable0xc8()
|
||||
{
|
||||
LegoPathBoundary* oldEdge = m_boundary;
|
||||
Vector3 rightRef(m_unk0xec[0]);
|
||||
@@ -203,7 +203,7 @@ MxResult LegoExtraActor::VTable0x94(LegoPathActor* p_actor, MxBool p_bool)
|
||||
}
|
||||
|
||||
m_unk0x15 = 100;
|
||||
FUN_1002aae0();
|
||||
VTable0xc8();
|
||||
}
|
||||
else {
|
||||
MxU32 b = FALSE;
|
||||
|
@@ -33,7 +33,7 @@ MxResult LegoPathController::Tickle()
|
||||
// FUNCTION: BETA10 0x100b6d80
|
||||
MxResult LegoPathController::FUN_10045c20(
|
||||
LegoPathActor* p_actor,
|
||||
const char* p_path,
|
||||
const char* p_name,
|
||||
MxS32 p_src,
|
||||
float p_srcScale,
|
||||
MxS32 p_dest,
|
||||
|
Reference in New Issue
Block a user