(natstr, add, getrejects, putreject): Simplify rejections storage.
The space savings of nibble storage are not worth the hassle, especially for xdump. (nat_ca): New selector rejects.
This commit is contained in:
parent
af9c94d06f
commit
6844c94b4a
4 changed files with 8 additions and 22 deletions
|
@ -532,7 +532,9 @@ struct castr nat_ca[] = {
|
|||
/* should show mortals whether there's contact (obvious from relations?) */
|
||||
{NSC_UCHAR, NSC_DEITY, MAXNOC, fldoff(natstr, nat_contact), "contacts",
|
||||
EF_BAD},
|
||||
/* FIXME nat_rejects[], nat_priorities[] */
|
||||
{NSC_UCHAR, 0, MAXNOC, fldoff(natstr, nat_rejects), "rejects",
|
||||
EF_BAD},
|
||||
/* FIXME nat_priorities[] */
|
||||
{NSC_LONG, NSC_BITS, 0, fldoff(natstr, nat_flags), "flags",
|
||||
EF_NATION_FLAGS},
|
||||
{NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue