Ez2dancer Arrows Now Show Correctly In Real and Club styles, however 2p cannot input correctly for Ez2dancer.

This commit is contained in:
Andrew Livy
2002-07-14 00:05:39 +00:00
parent ffed1df316
commit 838558833b
4 changed files with 32 additions and 2 deletions
+5
View File
@@ -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.