(EF_NATION_STATUS, nation_status): New.

(empfile): Add it.
(nat_ca): Use it.
This commit is contained in:
Markus Armbruster 2006-01-04 23:15:47 +00:00
parent 6e6cd67bd8
commit a5c87a2b54
4 changed files with 15 additions and 2 deletions

View file

@ -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)