From 3c470925b627bd4bda228e568b55a2c6935ca235 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 16 Aug 2012 21:05:16 +0200 Subject: [PATCH] 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". --- src/lib/update/produce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.43.0