(empfile,mission_flags,ship_ca,land_ca,plane_ca): Add mission flags table.
This commit is contained in:
parent
bee3f4aa88
commit
23f134aa75
4 changed files with 18 additions and 2 deletions
|
@ -132,7 +132,8 @@ struct empfile {
|
|||
#define EF_META 30
|
||||
#define EF_META_TYPE 31
|
||||
#define EF_META_FLAGS 32
|
||||
#define EF_MAX 33
|
||||
#define EF_MISSION_FLAGS 33
|
||||
#define EF_MAX 34
|
||||
|
||||
#define EF_IS_GAME_STATE(type) (EF_SECTOR <= (type) && (type) <= EF_LOST)
|
||||
|
||||
|
|
|
@ -224,6 +224,7 @@ extern struct symbol treaty_flags[];
|
|||
extern struct castr mdchr_ca[];
|
||||
extern struct symbol meta_type[];
|
||||
extern struct symbol meta_flags[];
|
||||
extern struct symbol mission_flags[];
|
||||
|
||||
/* 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