diff --git a/stepmania/src/ScreenSMOnlineLogin.cpp b/stepmania/src/ScreenSMOnlineLogin.cpp index 0af425538f..b43ba57637 100644 --- a/stepmania/src/ScreenSMOnlineLogin.cpp +++ b/stepmania/src/ScreenSMOnlineLogin.cpp @@ -126,9 +126,7 @@ void ScreenSMOnlineLogin::HandleScreenMessage(const ScreenMessage SM) } } } - - - if( SM == SM_GoToNextScreen ) + else if( SM == SM_GoToNextScreen ) { vector v; v.push_back( GAMESTATE->m_MasterPlayerNumber );