update: Drop redundant do_feed() parameter vec[]
Its caller passes sp->sct_item, so use that. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
51c5c65654
commit
26dc92e1b5
3 changed files with 20 additions and 16 deletions
|
@ -664,7 +664,7 @@ extern int dodistribute(struct sctstr *, int, 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 *, int);
|
||||
extern int do_feed(struct sctstr *, struct natstr *, 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