PositionUnderlines uses P1's selection in bOneChoiceForAllPlayers, so we need to set P1's selection in SetOneSharedSelection even if disabled.

This commit is contained in:
Glenn Maynard
2005-04-14 06:53:36 +00:00
parent 976e497de7
commit 8ae469b03a
+1 -1
View File
@@ -701,7 +701,7 @@ void OptionRow::SetOneSelection( PlayerNumber pn, int iChoice )
void OptionRow::SetOneSharedSelection( int iChoice )
{
FOREACH_HumanPlayer( pn )
FOREACH_PlayerNumber( pn )
SetOneSelection( pn, iChoice );
}