(unit_list): New, create by combining shp_list() and lnd_list().
(do_unit_move): Replace call to shp_list() and lnd_list() with unit_list(). (shp_list, lnd_list): Remove, not needed, replaced by unit_list().
This commit is contained in:
parent
99e30073f2
commit
038cc74d4e
7 changed files with 98 additions and 69 deletions
|
@ -207,7 +207,6 @@ extern void count_units(struct shpstr *);
|
|||
extern void lnd_count_units(struct lndstr *);
|
||||
extern void lnd_mar(struct emp_qelem *, double *, double *, int *, natid);
|
||||
extern void lnd_put(struct emp_qelem *, natid);
|
||||
extern void lnd_list(struct emp_qelem *);
|
||||
extern int lnd_hardtarget(struct lndstr *);
|
||||
extern int lnd_mar_one_sector(struct emp_qelem *, int, natid, int);
|
||||
extern int lnd_support(natid, natid, coord, coord, int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue