From 7d9757621c73b022f64638c4bc042c1f34f29a00 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 22 Feb 2005 03:13:38 +0000 Subject: [PATCH] force same choice for both players when selecting style --- stepmania/src/ScreenOptionsMaster.cpp | 1 + 1 file changed, 1 insertion(+) 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 );