Add missing TODO

This commit is contained in:
Christian Semmler 2024-06-12 09:32:59 -04:00
parent 6d35548c11
commit 7a7f97645c

View File

@ -82,6 +82,7 @@ MxResult Ambulance::Create(MxDSAction& p_dsAction)
// STUB: LEGO1 0x10036300 // STUB: LEGO1 0x10036300
void Ambulance::VTable0x70(float p_float) void Ambulance::VTable0x70(float p_float)
{ {
// TODO
IslePathActor::VTable0x70(p_float); IslePathActor::VTable0x70(p_float);
} }