(lndchr): Rename member l_mxland to l_nland for consistency with

similar unit characteristics.
This commit is contained in:
Markus Armbruster 2006-02-19 07:32:03 +00:00
parent 9a30f30107
commit dae17432ae
4 changed files with 4 additions and 4 deletions

View file

@ -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}