(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:
parent
be97da327e
commit
502e283ea0
3 changed files with 6 additions and 7 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue