(produce, prod): Remove some code related to depletion that has no

effect and makes no sense.
This commit is contained in:
Markus Armbruster 2004-05-14 17:26:53 +00:00
parent 6d3f24f9d7
commit 79e94bf9d1
2 changed files with 0 additions and 13 deletions

View file

@ -64,7 +64,6 @@ produce(struct natstr *np, struct sctstr *sp, short *vec, int work,
int output;
int actual;
int unit_work;
double depend;
int item;
int worker_limit;
int material_limit;
@ -89,12 +88,6 @@ produce(struct natstr *np, struct sctstr *sp, short *vec, int work,
unit_work++;
resource = ((s_char *)sp) + product->p_nrndx;
p_e = (*resource * p_e) / 100.0;
if (product->p_nrdep > 0) {
/* XXX this looks way wrong */
depend = (*resource * 100.0) / product->p_nrdep;
if (p_e > depend)
p_e = depend;
}
}
/*
* determine number that can be made with