(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:
parent
8ef5b87d90
commit
1d58f58e1b
5 changed files with 5 additions and 28 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue