(check_nav, shp_check_nav, sail_nav_fleet, retreat_ship1):

Make shp_check_nav() public.
Remove check_nav(), replace with shp_check_nav().
No functional change as check_nav() and shp_check_nav() are
identical.
This commit is contained in:
Ron Koenderink 2006-01-17 13:11:24 +00:00
parent 8ef5b87d90
commit 1d58f58e1b
5 changed files with 5 additions and 28 deletions

View file

@ -55,7 +55,6 @@
#include "server.h"
#include "prototypes.h"
static int shp_check_nav(struct sctstr *);
static int shp_check_one_mines(struct mlist *);
static int shp_hit_mine(struct shpstr *, struct mchrstr *);
static void shp_mess(s_char *, struct mlist *);
@ -368,7 +367,7 @@ shp_mess(s_char *str, struct mlist *mlp)
free(mlp);
}
static int
int
shp_check_nav(struct sctstr *sect)
{
switch (dchr[sect->sct_type].d_flg & 03) {