(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

@ -189,6 +189,8 @@ struct empfile empfile[] = {
{EF_RESOURCES, "resources", NULL, symbol_ca, PTR_CACHE(resources, EFF_CFG)},
{EF_NATION_STATUS, "nation-status", NULL, symbol_ca,
PTR_CACHE(nation_status, EFF_CFG)},
{EF_SECTOR_NAVIGATION, "sector-navigation", NULL, symbol_ca,
PTR_CACHE(sector_navigation, EFF_CFG)},
/* Views */
{EF_COUNTRY, "country", NULL, cou_ca, UNMAPPED_CACHE(struct natstr, 0)},