From 054cfa98d8c21d28361fbdf096ad938a411f12dc Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 19 Jan 2006 01:15:12 +0000 Subject: [PATCH] use pn --- stepmania/src/OptionRow.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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