Fixed: Announcer being "ez2dancer" if you last quit the game with the ez2 announcer.
Fixed: Ez2dancer bug where if two players selected on the player select screen, only p1 appeared on the style select.
This commit is contained in:
@@ -287,7 +287,8 @@ void ScreenEz2SelectPlayer::MenuStart( PlayerNumber p )
|
||||
}
|
||||
|
||||
// figure out whether we should add a player into the fray or not
|
||||
if( GAMEMAN->m_sMasterPlayerNumber != PLAYER_2 && GAMEMAN->m_sMasterPlayerNumber != PLAYER_1 )
|
||||
// if( GAMEMAN->m_sMasterPlayerNumber != PLAYER_2 && GAMEMAN->m_sMasterPlayerNumber != PLAYER_1 )
|
||||
if (m_iSelectedStyle == 3)
|
||||
{
|
||||
if (p == PLAYER_1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user