(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
|
@ -225,6 +225,10 @@ extern struct castr mdchr_ca[];
|
|||
extern struct symbol meta_type[];
|
||||
extern struct symbol meta_flags[];
|
||||
extern struct symbol mission_flags[];
|
||||
extern struct symbol plane_flags[];
|
||||
extern struct symbol retreat_flags[];
|
||||
extern struct symbol nation_flags[];
|
||||
extern struct symbol nation_relations[];
|
||||
|
||||
/* src/lib/subs/nstr.c */
|
||||
extern int nstr_comp(struct nscstr *np, int len, int type, char *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue