(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
|
@ -667,7 +667,6 @@ extern int shp_sweep(struct emp_qelem *, int, int, natid);
|
|||
extern int shp_check_nav(struct sctstr *, struct shpstr *);
|
||||
extern int sect_has_dock(struct sctstr *);
|
||||
extern int shp_hardtarget(struct shpstr *);
|
||||
extern void shp_view(struct emp_qelem *);
|
||||
extern int shp_nav_one_sector(struct emp_qelem *, int, natid, int);
|
||||
extern int shp_missile_defense(coord, coord, natid, int);
|
||||
extern void shp_missdef(struct shpstr *, natid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue