Rename LegoPathActor::VTable0x70 to UpdateState (#1219)

This commit is contained in:
Christian Semmler
2024-12-13 11:20:03 -07:00
committed by GitHub
parent 263d7d1e4f
commit ce3f71ea0f
44 changed files with 132 additions and 132 deletions

View File

@@ -49,9 +49,9 @@ MxResult Jetski::Create(MxDSAction& p_dsAction)
}
// FUNCTION: LEGO1 0x1007e680
void Jetski::VTable0x70(float p_time)
void Jetski::UpdateState(float p_time)
{
IslePathActor::VTable0x70(p_time);
IslePathActor::UpdateState(p_time);
char buf[200];
float speed = abs(m_worldSpeed);