(unit_view): New, create by expanding shp_view() to work for
land_unit as well. (do_unit_move): Add view option for land units using unit_view(). Combine ship and land viewing using the unit_view(). (shp_view): Remove, not used any more, replaced by unit_view().
This commit is contained in:
parent
aee2bc78e2
commit
7434da679e
5 changed files with 28 additions and 29 deletions
|
@ -45,3 +45,4 @@ struct ulist {
|
|||
extern void unit_list(struct emp_qelem *);
|
||||
extern void unit_put(struct emp_qelem *list, natid actor);
|
||||
extern char *unit_path(int, struct empobj *, char *);
|
||||
extern void unit_view(struct emp_qelem *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue