(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
|
@ -239,7 +239,7 @@ sail_nav_fleet(struct fltheadstr *fltp)
|
|||
wu(0, fltp->own, "\n");
|
||||
#endif
|
||||
sectp = getsectp(fltp->x, fltp->y);
|
||||
switch (check_nav(sectp)) {
|
||||
switch (shp_check_nav(sectp)) {
|
||||
case CN_NAVIGABLE:
|
||||
break;
|
||||
case CN_CONSTRUCTION:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue