use pn
This commit is contained in:
@@ -860,8 +860,7 @@ void OptionRow::ResetFocusFromSelection( PlayerNumber pn )
|
|||||||
// HACK: Set focus to one item in the row, which is "go down"
|
// HACK: Set focus to one item in the row, which is "go down"
|
||||||
//
|
//
|
||||||
if( m_bFirstItemGoesDown )
|
if( m_bFirstItemGoesDown )
|
||||||
FOREACH_PlayerNumber( p )
|
SetChoiceInRowWithFocus( pn, 0 );
|
||||||
SetChoiceInRowWithFocus( p, 0 );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool OptionRow::GetSelected( PlayerNumber pn, int iChoice ) const
|
bool OptionRow::GetSelected( PlayerNumber pn, int iChoice ) const
|
||||||
|
|||||||
Reference in New Issue
Block a user