From 3499c59e9823db566d94321d64c6cfbee14d589c Mon Sep 17 00:00:00 2001 From: jonschz Date: Wed, 7 Aug 2024 22:05:13 +0200 Subject: [PATCH] Fix formatting --- LEGO1/lego/legoomni/include/legojetskiraceactor.h | 4 ++-- LEGO1/lego/legoomni/src/race/legoracespecial.cpp | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legojetskiraceactor.h b/LEGO1/lego/legoomni/include/legojetskiraceactor.h index cd9bee6e..2f5b3d19 100644 --- a/LEGO1/lego/legoomni/include/legojetskiraceactor.h +++ b/LEGO1/lego/legoomni/include/legojetskiraceactor.h @@ -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 diff --git a/LEGO1/lego/legoomni/src/race/legoracespecial.cpp b/LEGO1/lego/legoomni/src/race/legoracespecial.cpp index 2523cebd..55887da7 100644 --- a/LEGO1/lego/legoomni/src/race/legoracespecial.cpp +++ b/LEGO1/lego/legoomni/src/race/legoracespecial.cpp @@ -277,7 +277,6 @@ MxResult LegoCarRaceActor::VTable0x9c() m_unk0x7c = 0; } - return SUCCESS; }