mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix
This commit is contained in:
parent
558a882bc4
commit
83cf22a362
@ -227,6 +227,7 @@ MxResult LegoAnimationManager::LoadScriptInfo(MxS32 p_scriptIndex)
|
|||||||
// STUB: LEGO1 0x10060140
|
// STUB: LEGO1 0x10060140
|
||||||
MxBool LegoAnimationManager::FUN_10060140(char* p_name, MxU32& p_index)
|
MxBool LegoAnimationManager::FUN_10060140(char* p_name, MxU32& p_index)
|
||||||
{
|
{
|
||||||
|
// TODO
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -366,6 +367,7 @@ MxResult LegoAnimationManager::Tickle()
|
|||||||
// STUB: LEGO1 0x10062360
|
// STUB: LEGO1 0x10062360
|
||||||
MxS8 LegoAnimationManager::FUN_10062360(char*)
|
MxS8 LegoAnimationManager::FUN_10062360(char*)
|
||||||
{
|
{
|
||||||
|
// TODO
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user