(EF_NATION_REJECTS, nation_rejects): New.

(empfile): Add it.
(nat_ca): Use it.
This commit is contained in:
Markus Armbruster 2006-05-18 19:42:23 +00:00
parent 35d14c3e73
commit 89cd9b7ca0
5 changed files with 13 additions and 2 deletions

View file

@ -178,6 +178,7 @@ struct empfile empfile[] = {
SYMTAB(EF_META_TYPE, "meta-type", meta_type),
SYMTAB(EF_MISSIONS, "missions", missions),
SYMTAB(EF_NATION_FLAGS, "nation-flags", nation_flags),
SYMTAB(EF_NATION_REJECTS, "nation-rejects", nation_rejects),
SYMTAB(EF_NATION_RELATIONS, "nation-relationships", nation_relations),
SYMTAB(EF_NATION_STATUS, "nation-status", nation_status),
SYMTAB(EF_NUKE_CHR_FLAGS, "nuke-chr-flags", nuke_chr_flags),