]> git.pond.sub.org Git - empserver/commit
(fuel, load, shp_check_nav, retreat_ship1, shp_nav_one_sector)
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 21 Jan 2006 20:56:50 +0000 (20:56 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sat, 21 Jan 2006 20:56:50 +0000 (20:56 +0000)
commit74e4e2810a4ffb4a3b397665697390adbaffd674
treee325745c401c07439b65a05d8dc2f449c46bf318
parent82df8cfe0c5bd97e5b55dcfd7344701b4dd49fad
(fuel, load, shp_check_nav, retreat_ship1, shp_nav_one_sector)
(shp_check_nav, sail_nav_fleet, bigcity_dchr[], sector_navigation[])
(d_navigation): Add a NEW d_navigation enum NAV_CANAL to
indicate that a sector has canal capability. Add canal determination
logic to shp_check_nav(). Update sector_navigation[] with new
canal navigation enum.  Use shp_check_nav() to determine the
sector can be navigated.
include/prototypes.h
include/sect.h
src/lib/commands/fuel.c
src/lib/commands/load.c
src/lib/global/nsc.c
src/lib/global/sect.c
src/lib/subs/retreat.c
src/lib/subs/shpsub.c
src/lib/update/sail.c