Implement/match LegoExtraActor:: WaitForAnimation, Restart (#768)

* Implement/match LegoExtraActor:: WaitForAnimation, Restart

* whitespace

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Nathan M Gilbert
2024-04-04 06:26:03 -04:00
committed by GitHub
parent ce134e79ef
commit a8eebe454e
15 changed files with 88 additions and 20 deletions

View File

@@ -70,7 +70,8 @@ void LegoCarRaceActor::VTable0x98()
}
// STUB: LEGO1 0x10081d30
void LegoCarRaceActor::VTable0x9c()
MxResult LegoCarRaceActor::WaitForAnimation()
{
// TODO
return SUCCESS;
}

View File

@@ -69,7 +69,8 @@ void LegoJetski::VTable0x98()
}
// STUB: LEGO1 0x10014200
void LegoJetski::VTable0x9c()
MxResult LegoJetski::WaitForAnimation()
{
// TODO
return SUCCESS;
}

View File

@@ -36,7 +36,8 @@ void LegoJetskiRaceActor::VTable0x98()
}
// STUB: LEGO1 0x100822e0
void LegoJetskiRaceActor::VTable0x9c()
MxResult LegoJetskiRaceActor::WaitForAnimation()
{
// TODO
return SUCCESS;
}