This commit is contained in:
Glenn Maynard
2006-01-19 01:15:12 +00:00
parent 41f8a34c9f
commit 054cfa98d8
+1 -2
View File
@@ -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