mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
minor style
This commit is contained in:
parent
872052885c
commit
6b925faba8
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user