mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 02:14:18 +00:00
Enable some multiple-inheritance vtables (#821)
This commit is contained in:
@@ -7,3 +7,17 @@ Act3Actor::Act3Actor()
|
||||
{
|
||||
m_unk0x1c = 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1003fb70
|
||||
MxU32 Act3Actor::VTable0x90(float, Matrix4&)
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1003fd90
|
||||
MxResult Act3Actor::VTable0x94(LegoPathActor*, MxBool)
|
||||
{
|
||||
// TODO
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user