(nation_status): Lacked sentinel.
This commit is contained in:
parent
973da267eb
commit
25c9f2c66f
1 changed files with 2 additions and 1 deletions
|
@ -727,7 +727,8 @@ struct symbol nation_status[] = {
|
||||||
{STAT_VIS, "visitor"},
|
{STAT_VIS, "visitor"},
|
||||||
{STAT_SANCT, "sanctuary"},
|
{STAT_SANCT, "sanctuary"},
|
||||||
{STAT_ACTIVE, "active"},
|
{STAT_ACTIVE, "active"},
|
||||||
{STAT_GOD, "deity"}
|
{STAT_GOD, "deity"},
|
||||||
|
{0, NULL}
|
||||||
};
|
};
|
||||||
|
|
||||||
struct symbol nation_flags[] = {
|
struct symbol nation_flags[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue