Style? Is this better?
This commit is contained in:
@@ -98,7 +98,7 @@ void ScreenSMOnlineLogin::HandleScreenMessage(const ScreenMessage SM)
|
||||
{
|
||||
CString sLoginQuestion;
|
||||
if( GAMESTATE->IsPlayerEnabled((PlayerNumber) m_iPlayer) )
|
||||
sLoginQuestion = YOU_ARE_LOGGING_ON_AS.GetValue()+"\n" + GAMESTATE->GetPlayerDisplayName((PlayerNumber) m_iPlayer) + "\n\n"+ENTER_YOUR_PASSWORD.GetValue();
|
||||
sLoginQuestion = YOU_ARE_LOGGING_ON_AS.GetValue() + "\n" + GAMESTATE->GetPlayerDisplayName((PlayerNumber) m_iPlayer) + "\n" + ENTER_YOUR_PASSWORD.GetValue();
|
||||
|
||||
if( SM == SM_PasswordDone )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user