apply commands to inactive players, too
This commit is contained in:
@@ -553,7 +553,7 @@ void GameCommand::ApplyToAllPlayers() const
|
|||||||
{
|
{
|
||||||
vector<PlayerNumber> vpns;
|
vector<PlayerNumber> vpns;
|
||||||
|
|
||||||
FOREACH_HumanPlayer( pn )
|
FOREACH_PlayerNumber( pn )
|
||||||
vpns.push_back( pn );
|
vpns.push_back( pn );
|
||||||
|
|
||||||
Apply( vpns );
|
Apply( vpns );
|
||||||
|
|||||||
Reference in New Issue
Block a user