This commit is contained in:
Misha 2023-12-15 17:39:10 -05:00
parent 840e729b63
commit de37224fa7
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
3 changed files with 10 additions and 9 deletions

View File

@ -140,13 +140,6 @@ void Isle::VTable0x58(MxCore* p_object)
}
}
// STUB: LEGO1 0x10033180
MxBool Isle::VTable0x64()
{
// TODO
return FALSE;
}
// FUNCTION: LEGO1 0x10033050
void Isle::VTable0x6c(MxCore* p_object)
{
@ -165,3 +158,11 @@ void Isle::VTable0x6c(MxCore* p_object)
m_racecar = 0;
}
}
// STUB: LEGO1 0x10033180
MxBool Isle::VTable0x64()
{
// TODO
return FALSE;
}

View File

@ -113,7 +113,7 @@ void FUN_1003ee00(MxAtomId& p_atomId, MxS32 p_id)
}
// STUB: LEGO1 0x1003ef00
void FUN_1003ef0(MxBool p)
void FUN_1003ef0(MxBool)
{
// TODO (something related to animation manager)
}

View File

@ -59,7 +59,7 @@ ExtraActionType MatchActionString(const char*);
void InvokeAction(ExtraActionType p_actionId, MxAtomId& p_pAtom, int p_targetEntityId, LegoEntity* p_sender);
void ConvertHSVToRGB(float p_h, float p_s, float p_v, float* p_rOut, float* p_bOut, float* p_gOut);
void FUN_1003ee00(MxAtomId& p_atomId, MxS32 p_id);
void FUN_1003ef0(MxBool p);
void FUN_1003ef0(MxBool);
void SetAppCursor(WPARAM p_wparam);
MxBool FUN_1003ef60();