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

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

View File

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