(EF_RESOURCES, resources): New.

(empfile): Add it.
(pchr_ca): Use it.
This commit is contained in:
Markus Armbruster 2005-12-31 10:29:32 +00:00
parent 747fb90407
commit 028a1bf3d8
4 changed files with 18 additions and 6 deletions

View file

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