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:
Markus Armbruster 2012-08-16 21:05:16 +02:00
parent 5507ff3116
commit 3c470925b6

View file

@ -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.
*/ */