diff --git a/stepmania/src/OptionRow.cpp b/stepmania/src/OptionRow.cpp index b3fcb0e42f..69200e604e 100644 --- a/stepmania/src/OptionRow.cpp +++ b/stepmania/src/OptionRow.cpp @@ -860,8 +860,7 @@ void OptionRow::ResetFocusFromSelection( PlayerNumber pn ) // HACK: Set focus to one item in the row, which is "go down" // if( m_bFirstItemGoesDown ) - FOREACH_PlayerNumber( p ) - SetChoiceInRowWithFocus( p, 0 ); + SetChoiceInRowWithFocus( pn, 0 ); } bool OptionRow::GetSelected( PlayerNumber pn, int iChoice ) const