(plane_flags, plane_ca): Add plane flags table.
(retreat_flags, ship_ca, land_ca, plane_ca): Add retreat flags table. (nation_flags, nation_relations, nat_ca): Add nation flags and nation relations tables. (empfile_ca): Remove flags and file name fields. They are internal and not needed by the client.
This commit is contained in:
parent
fd237f1722
commit
0a44c4893e
4 changed files with 69 additions and 8 deletions
|
@ -165,6 +165,14 @@ struct empfile empfile[] = {
|
|||
PTR_CACHE(meta_flags, EFF_CFG)},
|
||||
{EF_MISSION_FLAGS, "mission flags", NULL, symbol_ca,
|
||||
PTR_CACHE(mission_flags, EFF_CFG)},
|
||||
{EF_PLANE_FLAGS, "plane flags", NULL, symbol_ca,
|
||||
PTR_CACHE(plane_flags, EFF_CFG)},
|
||||
{EF_RETREAT_FLAGS, "retreat flags", NULL, symbol_ca,
|
||||
PTR_CACHE(retreat_flags, EFF_CFG)},
|
||||
{EF_NATION_FLAGS, "nation flags", NULL, symbol_ca,
|
||||
PTR_CACHE(nation_flags, EFF_CFG)},
|
||||
{EF_NATION_RELATIONS, "nation relationships", NULL, symbol_ca,
|
||||
PTR_CACHE(nation_relations, EFF_CFG)},
|
||||
|
||||
/* Sentinel */
|
||||
{EF_BAD, NULL, NULL, NULL, 0, 0, NULL, 0, 0, 0, 0, -1, NULL, NULL, NULL},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue