]> git.pond.sub.org Git - empserver/commitdiff
Fix prod_eff() function comment
authorMarkus Armbruster <armbru@pond.sub.org>
Thu, 16 Aug 2012 19:05:16 +0000 (21:05 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Wed, 8 May 2013 04:55:20 +0000 (06:55 +0200)
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

index 4c777bfd0fcaeee2b985bd131ba53d55158e91e0..e88bb3f8f66047237583767841e3caced3cbcedd 100644 (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.
  * LEVEL is the affecting production of PP; it must match PP->p_nlndx.
  */
  * Zero means level is too low for production.
  * LEVEL is the affecting production of PP; it must match PP->p_nlndx.
  */