Ez2dancer Arrows Now Show Correctly In Real and Club styles, however 2p cannot input correctly for Ez2dancer.
This commit is contained in:
@@ -619,6 +619,11 @@ void ScreenEz2SelectStyle::MenuStart( PlayerNumber p )
|
||||
|
||||
if ((m_iSelectedPlayer == 0 && p == PLAYER_2) || (m_iSelectedPlayer == 1 && p == PLAYER_1))
|
||||
{
|
||||
if (p == PLAYER_2) // CURRENTLY PLAYER 2 IS BROKEN
|
||||
{
|
||||
m_soundInvalid.PlayRandom();
|
||||
return;
|
||||
}
|
||||
m_soundSelect.PlayRandom();
|
||||
TweenPlyOffScreen();
|
||||
m_iSelectedPlayer = 2; // set to BOTH players now.
|
||||
|
||||
Reference in New Issue
Block a user