(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

@ -124,6 +124,14 @@ struct symbol nation_flags[] = {
{0, NULL}
};
struct symbol nation_rejects[] = {
{REJ_TELE, "telegrams"},
{REJ_TREA, "treaties"},
{REJ_ANNO, "announcements"},
{REJ_LOAN, "loans"},
{0, NULL}
};
struct symbol nation_relations[] = {
{-1, "unknown"},
{AT_WAR, "at-war"},