(empfile,mission_flags,ship_ca,land_ca,plane_ca): Add mission flags table.

This commit is contained in:
Ron Koenderink 2005-11-06 13:43:09 +00:00
parent bee3f4aa88
commit 23f134aa75
4 changed files with 18 additions and 2 deletions

View file

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