diff --git a/stepmania/src/ScreenOptionsMaster.cpp b/stepmania/src/ScreenOptionsMaster.cpp index 16dfdc4e79..afccf37f89 100644 --- a/stepmania/src/ScreenOptionsMaster.cpp +++ b/stepmania/src/ScreenOptionsMaster.cpp @@ -341,6 +341,7 @@ void ScreenOptionsMaster::SetStyles( OptionRowDefinition &row, OptionRowHandler hand.type = ROW_LIST; row.bOneChoiceForAllPlayers = true; row.name = "Style"; + row.bOneChoiceForAllPlayers = true; vector vStyles; GAMEMAN->GetStylesForGame( GAMESTATE->m_pCurGame, vStyles );