(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:
Ron Koenderink 2006-07-10 23:14:26 +00:00
parent e42053d928
commit 6d90861aae
5 changed files with 64 additions and 26 deletions

View file

@ -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