Fix formatting

This commit is contained in:
jonschz 2024-08-07 22:05:13 +02:00
parent 52ba5497e5
commit 3499c59e98
2 changed files with 2 additions and 3 deletions

View File

@ -32,8 +32,8 @@ class LegoJetskiRaceActor : public virtual LegoCarRaceActor {
float p_f1,
float p_f2,
Vector3& p_v3
) override; // vtable+0x6c
void VTable0x70(float p_float) override; // vtable+0x70
) override; // vtable+0x6c
void VTable0x70(float p_float) override; // vtable+0x70
MxS32 VTable0x1c(LegoPathBoundary* p_boundary, LegoEdge* p_edge) override; // vtable+0x1c
// SYNTHETIC: LEGO1 0x10081d50

View File

@ -277,7 +277,6 @@ MxResult LegoCarRaceActor::VTable0x9c()
m_unk0x7c = 0;
}
return SUCCESS;
}