Implement/match LegoActor::ParseAction (#785)

* Implement/match LegoActor::ParseAction

* Add call to parent
This commit is contained in:
Christian Semmler
2024-04-08 08:23:31 -04:00
committed by GitHub
parent cf18aa8072
commit 5cf04bc3c3
8 changed files with 117 additions and 10 deletions

View File

@@ -101,9 +101,9 @@ void LegoPathActor::VTable0x68(Mx3DPointFloat&, Mx3DPointFloat&, Mx3DPointFloat&
}
// STUB: LEGO1 0x1002f020
void LegoPathActor::ParseAction(char*)
void LegoPathActor::ParseAction(char* p_extra)
{
// TODO
LegoActor::ParseAction(p_extra);
}
// STUB: LEGO1 0x1002f1b0