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:
@@ -701,7 +701,7 @@ void OptionRow::SetOneSelection( PlayerNumber pn, int iChoice )
|
|||||||
|
|
||||||
void OptionRow::SetOneSharedSelection( int iChoice )
|
void OptionRow::SetOneSharedSelection( int iChoice )
|
||||||
{
|
{
|
||||||
FOREACH_HumanPlayer( pn )
|
FOREACH_PlayerNumber( pn )
|
||||||
SetOneSelection( pn, iChoice );
|
SetOneSelection( pn, iChoice );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user