mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 16:51:15 +00:00
fix
This commit is contained in:
parent
840e729b63
commit
de37224fa7
@ -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;
|
||||
}
|
||||
|
||||
@ -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)
|
||||
}
|
||||
|
||||
@ -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();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user