mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix function location
This commit is contained in:
parent
a9c54b35cd
commit
9e45a0ffdd
@ -36,8 +36,8 @@ class LegoPathController : public MxCore {
|
|||||||
virtual void Destroy(); // vtable+0x18
|
virtual void Destroy(); // vtable+0x18
|
||||||
|
|
||||||
undefined4 FUN_10046770(IslePathActor* p_actor);
|
undefined4 FUN_10046770(IslePathActor* p_actor);
|
||||||
void Enable(MxBool p_enable);
|
|
||||||
MxS32 FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value);
|
MxS32 FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value);
|
||||||
|
void Enable(MxBool p_enable);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // LEGOPATHCONTROLLER_H
|
#endif // LEGOPATHCONTROLLER_H
|
||||||
|
|||||||
@ -31,14 +31,14 @@ undefined4 LegoPathController::FUN_10046770(IslePathActor* p_actor)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10046be0
|
|
||||||
void LegoPathController::Enable(MxBool p_enable)
|
|
||||||
{
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x10046b30
|
// STUB: LEGO1 0x10046b30
|
||||||
MxS32 LegoPathController::FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value)
|
MxS32 LegoPathController::FUN_10046b30(LegoPathBoundary** p_path, MxS32& p_value)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// STUB: LEGO1 0x10046be0
|
||||||
|
void LegoPathController::Enable(MxBool p_enable)
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user