Fix Assert in ai_resource.

This commit is contained in:
joris 2012-02-25 12:40:14 +01:00
parent 5b057a8ae1
commit 13d9646a7c

View file

@ -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;
}