diff --git a/stepmania/src/ScreenOptions.cpp b/stepmania/src/ScreenOptions.cpp index cce3af5b0e..ed496d8e71 100644 --- a/stepmania/src/ScreenOptions.cpp +++ b/stepmania/src/ScreenOptions.cpp @@ -471,11 +471,20 @@ void ScreenOptions::UpdateEnabledDisabled() } } - /* Hide the text of all but the first player, so we don't overdraw. */ + /* Hide the text of all but the first active player, so we don't overdraw. */ if( m_InputMode == INPUTMODE_BOTH && m_bRowIsLong[i] ) { - for( unsigned j=1; jIsHumanPlayer(j) ) + { + if(!one) + { + one=true; + continue; + } + } m_textItems[i][j].StopTweening(); m_textItems[i][j].SetDiffuse( RageColor(1,1,1,0) ); }