(EF_NATION_STATUS, nation_status): New.
(empfile): Add it. (nat_ca): Use it.
This commit is contained in:
parent
6e6cd67bd8
commit
a5c87a2b54
4 changed files with 15 additions and 2 deletions
|
@ -142,7 +142,8 @@ struct empfile {
|
|||
#define EF_PLAGUE_STAGES 40
|
||||
#define EF_PACKING 41
|
||||
#define EF_RESOURCES 42
|
||||
#define EF_MAX 43
|
||||
#define EF_NATION_STATUS 43
|
||||
#define EF_MAX 44
|
||||
|
||||
#define EF_IS_GAME_STATE(type) (EF_SECTOR <= (type) && (type) <= EF_LOST)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue