prefer GAMESTATE->JoinPlayer to setting GAMESTATE->m_bSideIsJoined manually

This commit is contained in:
Glenn Maynard
2006-09-15 05:56:43 +00:00
parent d7dc890adc
commit e7fdfa2132
10 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ ScreenSelectMusic::ScreenSelectMusic()
{
GAMESTATE->m_PlayMode.Set( PLAY_MODE_REGULAR );
GAMESTATE->m_pCurStyle.Set( GAMEMAN->GameAndStringToStyle(GAMEMAN->GetDefaultGame(),"versus") );
GAMESTATE->m_bSideIsJoined[PLAYER_1] = true;
GAMESTATE->JoinPlayer( PLAYER_1 );
GAMESTATE->m_MasterPlayerNumber = PLAYER_1;
}
}