Enable some multiple-inheritance vtables (#821)

This commit is contained in:
MS
2024-04-19 16:23:36 -04:00
committed by GitHub
parent d5dd8db46e
commit 2ce9ff06fc
8 changed files with 112 additions and 53 deletions

View File

@@ -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;
}