apply commands to inactive players, too

This commit is contained in:
Glenn Maynard
2005-02-19 09:56:53 +00:00
parent 014a3d65b1
commit 410679fb44
+1 -1
View File
@@ -553,7 +553,7 @@ void GameCommand::ApplyToAllPlayers() const
{
vector<PlayerNumber> vpns;
FOREACH_HumanPlayer( pn )
FOREACH_PlayerNumber( pn )
vpns.push_back( pn );
Apply( vpns );