(EF_SECTOR_NAVIGATION, sector_navigation): New.

(empfile): Add it.
(dchr_ca): Use it.
(NAV_NONE): New.
This commit is contained in:
Ron Koenderink 2006-01-17 21:42:02 +00:00
parent 18902e45d0
commit 4f20f3dd9c
5 changed files with 15 additions and 1 deletions

View file

@ -108,6 +108,7 @@ struct dchrstr {
};
/* for d_nav */
#define NAV_NONE 0 /* ships can't navigate */
#define NAVOK 1 /* ships can always navigate */
#define NAV_02 2 /* requires 2% effic to navigate */
#define NAV_60 3 /* requires 60% effic to navigate */