This commit is contained in:
Chris Danford
2005-02-23 05:51:10 +00:00
parent b9d6d7649f
commit 21f6266517
2 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -981,7 +981,7 @@ void ScreenOptions::ChangeValueInRow( PlayerNumber pn, int iDelta, bool Repeat )
FOREACH_HumanPlayer( p )
{
row.m_iChoiceInRowWithFocus[p] = iNewChoiceWithFocus;
StoreFocus( pn );
StoreFocus( p );
}
}