don't join p2; causes both players to show in options
This commit is contained in:
@@ -657,9 +657,10 @@ void ScreenEdit::Init()
|
||||
m_InputPlayerNumber = PLAYER_1;
|
||||
else
|
||||
m_InputPlayerNumber = PLAYER_INVALID;
|
||||
// set both players to joined so the credit message doesn't show
|
||||
|
||||
FOREACH_PlayerNumber( p )
|
||||
GAMESTATE->JoinPlayer( p );
|
||||
GAMESTATE->m_bSideIsJoined[p] = false;
|
||||
GAMESTATE->m_bSideIsJoined[PLAYER_1] = true;
|
||||
|
||||
m_pSong = GAMESTATE->m_pCurSong;
|
||||
m_pSteps = GAMESTATE->m_pCurSteps[PLAYER_1];
|
||||
|
||||
Reference in New Issue
Block a user