(EF_SECTOR_NAVIGATION, sector_navigation): New.
(empfile): Add it. (dchr_ca): Use it. (NAV_NONE): New.
This commit is contained in:
parent
18902e45d0
commit
4f20f3dd9c
5 changed files with 15 additions and 1 deletions
|
@ -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)},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue