]> git.pond.sub.org Git - empserver/commit
(produce): Fix consumed materials when production hits the 999 limit.
authorMarkus Armbruster <armbru@pond.sub.org>
Tue, 16 Mar 2004 19:25:13 +0000 (19:25 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Tue, 16 Mar 2004 19:25:13 +0000 (19:25 +0000)
commit02d380d74fb9ce56e64e37e60d5faf5a950f7914
tree962d25d449b14053d31388af84f8cad19fe805a2
parent9b7a65b86505175ec62868ea3ac7a2274841aa8a
(produce): Fix consumed materials when production hits the 999 limit.
This can't happen currently, because produce() never gets called with
work>999.

(produce): Fix rounding of consumed materials on production backlog.
Broken by the previous revision.
src/lib/update/produce.c