mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41:16 +00:00
Update legoanimationmanager.cpp
This commit is contained in:
parent
296f5caebc
commit
7b3a870e2a
@ -353,6 +353,12 @@ void LegoAnimationManager::FUN_100603c0()
|
|||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// STUB: LEGO1 0x10060570
|
||||||
|
void LegoAnimationManager::FUN_10060570(MxBool)
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10060d00
|
// FUNCTION: LEGO1 0x10060d00
|
||||||
MxResult LegoAnimationManager::StartEntityAction(MxDSAction& p_dsAction, LegoEntity* p_entity)
|
MxResult LegoAnimationManager::StartEntityAction(MxDSAction& p_dsAction, LegoEntity* p_entity)
|
||||||
{
|
{
|
||||||
@ -392,12 +398,6 @@ MxResult LegoAnimationManager::StartEntityAction(MxDSAction& p_dsAction, LegoEnt
|
|||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10060570
|
|
||||||
void LegoAnimationManager::FUN_10060570(MxBool)
|
|
||||||
{
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x10060dc0
|
// STUB: LEGO1 0x10060dc0
|
||||||
undefined4 LegoAnimationManager::FUN_10060dc0(
|
undefined4 LegoAnimationManager::FUN_10060dc0(
|
||||||
IsleScript::Script,
|
IsleScript::Script,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user