minor style

This commit is contained in:
Christian Semmler 2024-03-19 10:10:04 -04:00
parent 872052885c
commit 6b925faba8

View File

@ -204,10 +204,8 @@ void RegistrationBook::FUN_100775c0(MxS16 p_playerIndex)
GameState()->Save(0); GameState()->Save(0);
} }
MxS16 player; // TODO: structure incorrect
MxS16 player = p_playerIndex == 0 ? GameState()->FindPlayer(*(LegoGameState::Username*) &m_unk0x280.m_letters)
// TOOD: structure incorrect
player = p_playerIndex == 0 ? GameState()->FindPlayer(*(LegoGameState::Username*) &m_unk0x280.m_letters)
: p_playerIndex - 1; : p_playerIndex - 1;
switch (player) { switch (player) {
@ -268,6 +266,7 @@ void RegistrationBook::WriteInfocenterLetters(MxS16 p_user)
// STUB: LEGO1 0x100778c0 // STUB: LEGO1 0x100778c0
void RegistrationBook::FUN_100778c0() void RegistrationBook::FUN_100778c0()
{ {
// TODO
} }
// FUNCTION: LEGO1 0x10077cc0 // FUNCTION: LEGO1 0x10077cc0