From 4e7e062d4eb423d4add2311622bd18c4a6599779 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Jan 2006 07:43:47 +0000 Subject: [PATCH] when LAYOUT_SHOW_ONE_IN_ROW, m_Underline will only have one entry anyway --- stepmania/src/OptionRow.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index 6b186385a2..c31a0bf2e5 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -486,9 +486,7 @@ void OptionRow::PositionUnderlines( PlayerNumber pn ) PlayerNumber pnTakeSelectedFrom = m_pHand->m_Def.m_bOneChoiceForAllPlayers ? PLAYER_1 : pn; - const int iNumUnderlines = (m_pHand->m_Def.m_layoutType == LAYOUT_SHOW_ONE_IN_ROW) ? 1 : vpUnderlines.size(); - - for( int i=0; i