From: Markus Armbruster Date: Thu, 16 Aug 2012 19:05:16 +0000 (+0200) Subject: Fix prod_eff() function comment X-Git-Tag: v4.3.31~93 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=3c470925b627bd4bda228e568b55a2c6935ca235 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". --- diff --git a/src/lib/update/produce.c b/src/lib/update/produce.c index 4c777bfd0..e88bb3f8f 100644 --- a/src/lib/update/produce.c +++ b/src/lib/update/produce.c @@ -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. * LEVEL is the affecting production of PP; it must match PP->p_nlndx. */