(obj_nameof): New.
(nameofitem): Remove, switch callers to to obj_nameof(). (mission, show_mission): Convert functions to use obj_nameof() instead of nameofitem().
This commit is contained in:
parent
e42053d928
commit
6d90861aae
5 changed files with 64 additions and 26 deletions
|
@ -488,7 +488,6 @@ extern int num_shipsatxy(coord, coord, int, int);
|
|||
extern int islist(char *);
|
||||
/* src/lib/subs/mission.c */
|
||||
extern char *mission_name(short);
|
||||
extern char *nameofitem(struct empobj *, int);
|
||||
extern int collateral_damage(coord, coord, int, struct emp_qelem *);
|
||||
extern int mission_pln_equip(struct plist *, struct ichrstr *, int, char);
|
||||
extern int ground_interdict(coord, coord, natid, char *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue