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:
Andrew Livy
2002-07-18 17:32:02 +00:00
parent 9ea25dbce1
commit 0e23b97516
5 changed files with 37 additions and 5 deletions
+2 -1
View File
@@ -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)
{