(do_feed, produce_sect): Move bp_put_item() calls from do_feed() to

produce_sect(), for consistency with the other update functions that
update sct_item[].  Parameter bp is now unused, remove.
This commit is contained in:
Markus Armbruster 2007-01-14 10:03:19 +00:00
parent be97da327e
commit 502e283ea0
3 changed files with 6 additions and 7 deletions

View file

@ -734,8 +734,7 @@ extern int dodistribute(struct sctstr *, int, char *, double, double);
extern void finish_sects(int);
/* human.c */
extern int new_work(struct sctstr *, int);
extern int do_feed(struct sctstr *, struct natstr *,
short *, int *, struct bp *, int);
extern int do_feed(struct sctstr *, struct natstr *, short *, int *, int);
extern int feed_people(short *, int);
extern double food_needed(short *, int);
extern int famine_victims(short *, int);