(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
|
@ -84,6 +84,6 @@ union empobj_storage {
|
|||
struct trtstr treaty;
|
||||
};
|
||||
|
||||
extern char * probjname(union empobj_storage *gp);
|
||||
#endif
|
||||
extern char *obj_nameof(struct empobj *gp);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue