Skip to content

Commit

Permalink
Make AI players able to produce more than one thing in each factory a…
Browse files Browse the repository at this point in the history
…gain.
  • Loading branch information
perim committed Nov 3, 2010
1 parent 374c1a9 commit aeb20e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/structure.c
Expand Up @@ -3558,6 +3558,10 @@ static void aiUpdateStructure(STRUCTURE *psStructure, bool isMission)
{
doNextProduction(psStructure, (DROID_TEMPLATE *)pSubject);
}
else if (myResponsibility(psStructure->player))
{
cancelProduction(psStructure, ModeQueue);
}
}
}
}
Expand Down

0 comments on commit aeb20e8

Please sign in to comment.