This commit is contained in:
Christian Semmler 2024-03-15 20:31:55 -04:00
parent 558a882bc4
commit 83cf22a362

View File

@ -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;
} }