(lndchr): Rename member l_mxland to l_nland for consistency with
similar unit characteristics.
This commit is contained in:
parent
9a30f30107
commit
dae17432ae
4 changed files with 4 additions and 4 deletions
|
@ -375,7 +375,7 @@ struct castr lchr_ca[] = {
|
|||
{NSC_UCHAR, 0, 0, offsetof(struct lchrstr, l_fuelc), "fuelc", EF_BAD},
|
||||
{NSC_UCHAR, 0, 0, offsetof(struct lchrstr, l_fuelu), "fuelu", EF_BAD},
|
||||
{NSC_UCHAR, 0, 0, offsetof(struct lchrstr, l_nxlight), "nxlight", EF_BAD},
|
||||
{NSC_UCHAR, 0, 0, offsetof(struct lchrstr, l_mxland), "mxland", EF_BAD},
|
||||
{NSC_UCHAR, 0, 0, offsetof(struct lchrstr, l_nland), "nland", EF_BAD},
|
||||
{NSC_LONG, NSC_BITS, 0, offsetof(struct lchrstr, l_flags), "flags",
|
||||
EF_LAND_CHR_FLAGS},
|
||||
{NSC_NOTYPE, 0, 0, 0, NULL, EF_BAD}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue