(EF_RESOURCES, resources): New.
(empfile): Add it. (pchr_ca): Use it.
This commit is contained in:
parent
747fb90407
commit
028a1bf3d8
4 changed files with 18 additions and 6 deletions
|
@ -141,7 +141,8 @@ struct empfile {
|
|||
#define EF_AGREEMENT_STATUS 39
|
||||
#define EF_PLAGUE_STAGES 40
|
||||
#define EF_PACKING 41
|
||||
#define EF_MAX 42
|
||||
#define EF_RESOURCES 42
|
||||
#define EF_MAX 43
|
||||
|
||||
#define EF_IS_GAME_STATE(type) (EF_SECTOR <= (type) && (type) <= EF_LOST)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue