diff --git a/stepmania/src/ScreenOptionsMaster.cpp b/stepmania/src/ScreenOptionsMaster.cpp index 9934e62f04..7ef9098d3e 100644 --- a/stepmania/src/ScreenOptionsMaster.cpp +++ b/stepmania/src/ScreenOptionsMaster.cpp @@ -69,8 +69,13 @@ void ScreenOptionsMaster::SetList( OptionRowData &row, OptionRowHandler &hand, C row.bOneChoiceForAllPlayers = false; const int NumCols = atoi( asParts[0] ); - if( asParts.size() > 1 ) - row.bOneChoiceForAllPlayers = !asParts[1].CompareNoCase("together"); + for( int i=0; i