subs: Rename shp_nav(), lnd_mar()
... to shp_nav_stay_behind(), lnd_mar_stay_behind(), to better reflect their purpose. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
24000b4855
commit
74a71aa007
5 changed files with 6 additions and 6 deletions
|
@ -172,7 +172,7 @@ extern double shp_torp_hitchance(struct shpstr *, int);
|
|||
extern int shp_may_nav(struct shpstr *, struct shpstr *, char *);
|
||||
extern void shp_sel(struct nstr_item *, struct emp_qelem *);
|
||||
extern struct ulist *shp_insque(struct shpstr *, struct emp_qelem *);
|
||||
extern void shp_nav(struct emp_qelem *, natid);
|
||||
extern void shp_nav_stay_behind(struct emp_qelem *, natid);
|
||||
extern int shp_sweep(struct emp_qelem *, int, int, natid);
|
||||
extern enum shp_stuck shp_check_nav(struct shpstr *, struct sctstr *);
|
||||
extern int sect_has_dock(struct sctstr *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue