Fix prod_eff() function comment
It returns product's level p.e. time sector type p.e, not just the level p.e. See "info Products".
This commit is contained in:
parent
5507ff3116
commit
3c470925b6
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ materials_charge(struct pchrstr *pp, short *vec, int count)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Return level p.e. for sector type TYPE.
|
* Return p.e. for sector type TYPE.
|
||||||
* Zero means level is too low for production.
|
* Zero means level is too low for production.
|
||||||
* LEVEL is the affecting production of PP; it must match PP->p_nlndx.
|
* LEVEL is the affecting production of PP; it must match PP->p_nlndx.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue