projects
/
empserver
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5507ff3
)
Fix prod_eff() function comment
author
Markus Armbruster
<armbru@pond.sub.org>
Thu, 16 Aug 2012 19:05:16 +0000
(21:05 +0200)
committer
Markus 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
patch
|
blob
|
history
diff --git
a/src/lib/update/produce.c
b/src/lib/update/produce.c
index 4c777bfd0fcaeee2b985bd131ba53d55158e91e0..e88bb3f8f66047237583767841e3caced3cbcedd 100644
(file)
--- 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.
*/