update: Eliminate produce_sect()'s getnatp()
Make callers pass struct natstr * instead of a country number. All callers have it already. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
60450f1637
commit
991b59183d
4 changed files with 7 additions and 10 deletions
|
@ -718,7 +718,7 @@ extern void guerrilla(struct sctstr *);
|
|||
extern void do_fallout(struct sctstr *, int);
|
||||
extern void spread_fallout(struct sctstr *, int);
|
||||
extern void decay_fallout(struct sctstr *, int);
|
||||
extern void produce_sect(int, int, struct bp *, int[][2]);
|
||||
extern void produce_sect(struct natstr *, int, struct bp *, int[][2]);
|
||||
/* ship.c */
|
||||
extern int prod_ship(int, int, struct bp *, int);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue