(mission, build_mission_list_type, show_mission, oprange): Remove the
type parameter as it can be determined from the empobj parameter. (oprange): Remove getting the unit information again as it is contained in the empobj parameter passed in.
This commit is contained in:
parent
a33f1378e8
commit
5ea9060132
3 changed files with 15 additions and 19 deletions
|
@ -495,7 +495,7 @@ extern int ground_interdict(coord, coord, natid, char *);
|
|||
extern int unit_interdict(coord, coord, natid, char *, int, int);
|
||||
extern int off_support(coord, coord, natid, natid);
|
||||
extern int def_support(coord, coord, natid, natid);
|
||||
extern int oprange(struct empobj *, int, int *);
|
||||
extern int oprange(struct empobj *, int *);
|
||||
extern int cando(int, int);
|
||||
extern void show_mission(int, struct nstr_item *);
|
||||
extern int air_defense(coord, coord, natid, struct emp_qelem *,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue