fewer code paths to set m_iChoiceInRowWithFocus

This commit is contained in:
Glenn Maynard
2006-01-19 01:14:31 +00:00
parent 74bf033fe7
commit 8bcf6e8b12
+1 -1
View File
@@ -204,7 +204,7 @@ void OptionRow::ChoicesChanged()
/* When choices change, the old focus position is meaningless; reset it. */
FOREACH_PlayerNumber( p )
m_iChoiceInRowWithFocus[p] = 0;
SetChoiceInRowWithFocus( p, 0 );
InitText();
}