Address review comments

This commit is contained in:
jonschz 2024-11-25 23:18:52 +01:00
parent 947d95fd10
commit 8009930dc4
3 changed files with 5 additions and 5 deletions

View File

@ -155,7 +155,7 @@ class LegoAnimationManager : public MxCore {
MxBool FindVehicle(const char* p_name, MxU32& p_index);
MxResult ReadAnimInfo(LegoFile* p_file, AnimInfo* p_info);
MxResult ReadModelInfo(LegoFile* p_file, ModelInfo* p_info);
void FUN_10060480(LegoChar* p_param1[], int p_param2);
void FUN_10060480(LegoChar* p_param1[], undefined4 p_param2);
void FUN_100604d0(MxBool p_unk0x08);
void FUN_100604f0(MxS32* p_param1, undefined4 p_param2);
void FUN_10060540(MxBool p_unk0x29);

View File

@ -880,7 +880,7 @@ void LegoAnimationManager::DeleteAnimations()
// STUB: LEGO1 0x10060480
// STUB: BETA10 0x100412a9
void LegoAnimationManager::FUN_10060480(LegoChar* p_param1[], int p_param2)
void LegoAnimationManager::FUN_10060480(LegoChar* p_param1[], undefined4 p_param2)
{
// TODO
}

View File

@ -137,7 +137,7 @@ MxResult LegoAct2::Tickle()
if (!m_worldStarted) {
LegoWorld::Tickle();
return 0;
return SUCCESS;
}
switch (m_unk0x10c4) {
@ -181,7 +181,7 @@ MxResult LegoAct2::Tickle()
AnimationManager()->EnableCamAnims(TRUE);
AnimationManager()->FUN_1005f6d0(TRUE);
AnimationManager()->FUN_100604f0(&g_unk0x100f43f0[0], sizeOfArray(g_unk0x100f43f0));
AnimationManager()->FUN_100604f0(g_unk0x100f43f0, sizeOfArray(g_unk0x100f43f0));
AnimationManager()->FUN_10060480(g_unk0x100f4410, sizeOfArray(g_unk0x100f4410));
break;
case 4:
@ -234,7 +234,7 @@ MxResult LegoAct2::Tickle()
break;
}
return 0;
return SUCCESS;
}
// STUB: LEGO1 0x10050380