mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
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:
@@ -89,7 +89,8 @@ void LegoRaceCar::VTable0x98()
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10014580
|
||||
void LegoRaceCar::VTable0x9c()
|
||||
MxResult LegoRaceCar::WaitForAnimation()
|
||||
{
|
||||
// TODO
|
||||
return SUCCESS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user