(nation_status): Lacked sentinel.

This commit is contained in:
Markus Armbruster 2006-02-06 20:12:42 +00:00
parent 973da267eb
commit 25c9f2c66f

View file

@ -727,7 +727,8 @@ struct symbol nation_status[] = {
{STAT_VIS, "visitor"},
{STAT_SANCT, "sanctuary"},
{STAT_ACTIVE, "active"},
{STAT_GOD, "deity"}
{STAT_GOD, "deity"},
{0, NULL}
};
struct symbol nation_flags[] = {