From 6b925faba8574dd29652003286be1631663b9a94 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 19 Mar 2024 10:10:04 -0400 Subject: [PATCH] minor style --- LEGO1/lego/legoomni/src/worlds/registrationbook.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp index 3031b9e3..1f9fb1e1 100644 --- a/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp +++ b/LEGO1/lego/legoomni/src/worlds/registrationbook.cpp @@ -204,11 +204,9 @@ void RegistrationBook::FUN_100775c0(MxS16 p_playerIndex) GameState()->Save(0); } - MxS16 player; - - // TOOD: structure incorrect - player = p_playerIndex == 0 ? GameState()->FindPlayer(*(LegoGameState::Username*) &m_unk0x280.m_letters) - : p_playerIndex - 1; + // TODO: structure incorrect + MxS16 player = p_playerIndex == 0 ? GameState()->FindPlayer(*(LegoGameState::Username*) &m_unk0x280.m_letters) + : p_playerIndex - 1; switch (player) { case 0: @@ -268,6 +266,7 @@ void RegistrationBook::WriteInfocenterLetters(MxS16 p_user) // STUB: LEGO1 0x100778c0 void RegistrationBook::FUN_100778c0() { + // TODO } // FUNCTION: LEGO1 0x10077cc0