Implement/match LegoExtraActor::VTable0x94 (#759)

* Implement/match LegoExtraActor::VTable0x94

* attempt to fix gcc

* WIP fixes

* Match

* Match

* Match

* add TODO

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Nathan M Gilbert
2024-03-30 12:18:15 -04:00
committed by GitHub
parent 4fd6642be9
commit 3839b3278c
26 changed files with 223 additions and 69 deletions

View File

@@ -15,7 +15,7 @@ Act2Brick::~Act2Brick()
}
// STUB: LEGO1 0x1007a750
MxS32 Act2Brick::VTable0x94()
MxResult Act2Brick::VTable0x94(LegoPathActor* p_actor, MxBool p_bool)
{
// TODO
return 0;

View File

@@ -17,7 +17,7 @@ MxU32 LegoCarRaceActor::VTable0x90(float, Matrix4&)
}
// STUB: LEGO1 0x1005d650
MxS32 LegoCarRaceActor::VTable0x94()
MxResult LegoCarRaceActor::VTable0x94(LegoPathActor* p_actor, MxBool p_bool)
{
// TODO
return 0;

View File

@@ -56,7 +56,7 @@ void LegoJetski::VTable0x70(float p_float)
}
// STUB: LEGO1 0x100141b0
MxS32 LegoJetski::VTable0x94()
MxResult LegoJetski::VTable0x94(LegoPathActor* p_actor, MxBool p_bool)
{
// TODO
return 0;