update: Drop redundant produce() 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
a0a8e72150
commit
dc6799ebd5
3 changed files with 10 additions and 9 deletions
|
@ -704,7 +704,7 @@ extern int upd_slmilcosts(natid, int);
|
|||
extern void prepare_sects(int, struct bp *);
|
||||
extern int bank_income(struct sctstr *, int);
|
||||
/* produce.c */
|
||||
extern int produce(struct natstr *, struct sctstr *, short *, int, int,
|
||||
extern int produce(struct natstr *, struct sctstr *, int, int,
|
||||
int, int *, int *);
|
||||
extern int prod_materials_cost(struct pchrstr *, short[], int *);
|
||||
extern int prod_resource_limit(struct pchrstr *, unsigned char *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue