(EF_TREATY_CHR, EF_TREATY_FLAGS): Rename for consistency with other flags.

(treaty_ca): Add missing EF_TREATY_FLAGS to selectors acond, bcond.
This commit is contained in:
Markus Armbruster 2005-10-29 14:36:10 +00:00
parent e612db5cb6
commit ef48271974
3 changed files with 4 additions and 4 deletions

View file

@ -367,8 +367,8 @@ struct castr treaty_ca[] = {
{NSC_NATID, 0, 0, fldoff(trtstr, trt_cna), "cna", EF_BAD},
{NSC_NATID, 0, 0, fldoff(trtstr, trt_cnb), "cnb", EF_BAD},
{NSC_CHAR, 0, 0, fldoff(trtstr, trt_status), "status", EF_BAD},
{NSC_SHORT, 0, 0, fldoff(trtstr, trt_acond), "acond", EF_BAD},
{NSC_SHORT, 0, 0, fldoff(trtstr, trt_bcond), "bcond", EF_BAD},
{NSC_SHORT, 0, 0, fldoff(trtstr, trt_acond), "acond", EF_TREATY_FLAGS},
{NSC_SHORT, 0, 0, fldoff(trtstr, trt_bcond), "bcond", EF_TREATY_FLAGS},
{NSC_TIME, 0, 0, fldoff(trtstr, trt_exp), "exp", EF_BAD},
{NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
};