Make AI players able to produce more than one thing in each factory again.

master
Per Inge Mathisen 2010-11-03 19:46:24 +01:00
parent 374c1a97be
commit aeb20e839e
1 changed files with 4 additions and 0 deletions

View File

@ -3558,6 +3558,10 @@ static void aiUpdateStructure(STRUCTURE *psStructure, bool isMission)
{
doNextProduction(psStructure, (DROID_TEMPLATE *)pSubject);
}
else if (myResponsibility(psStructure->player))
{
cancelProduction(psStructure, ModeQueue);
}
}
}
}