(cou_ca): Fix ca_type for selector stat.
This commit is contained in:
parent
244b2b7887
commit
8c8bf88730
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ struct castr nat_ca[] = {
|
|||
|
||||
struct castr cou_ca[] = {
|
||||
{NSC_NATID, 0, 0, fldoff(natstr, nat_cnum), "cnum", EF_NATION},
|
||||
{NSC_CHAR, 0, 0, fldoff(natstr, nat_stat), "stat",
|
||||
{NSC_SITYPE(nat_status), 0, 0, fldoff(natstr, nat_stat), "stat",
|
||||
EF_NATION_STATUS},
|
||||
{NSC_STRINGY, 0, 20, fldoff(natstr, nat_cnam), "cname", EF_BAD},
|
||||
{NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue