Fix Assert in ai_resource.
This commit is contained in:
parent
5b057a8ae1
commit
13d9646a7c
1 changed files with 0 additions and 4 deletions
|
@ -1118,10 +1118,6 @@ static void AiCollectResources()
|
|||
// i got a new unit.
|
||||
priority_needed[i]--;
|
||||
|
||||
// Add to the assigned
|
||||
units_assigned[c].push_back(unit);
|
||||
num_units_assigned[c]++;
|
||||
|
||||
// Recompute priority now
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue