This commit is contained in:
Glenn Maynard
2006-01-15 23:33:29 +00:00
parent f4f0d604b3
commit 2ac3a986a0
3 changed files with 4 additions and 7 deletions
+2 -3
View File
@@ -579,10 +579,9 @@ void OptionRow::UpdateText()
}
}
void OptionRow::SetRowFocus( bool bRowHasFocus[NUM_PLAYERS] )
void OptionRow::SetRowHasFocus( PlayerNumber pn, bool bRowHasFocus )
{
FOREACH_PlayerNumber( p )
m_bRowHasFocus[p] = bRowHasFocus[p];
m_bRowHasFocus[pn] = bRowHasFocus;
}
void OptionRow::UpdateEnabledDisabled()