(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
|
@ -1444,5 +1444,5 @@ lnd_set_tech(struct lndstr *lp, int tlev)
|
|||
lp->lnd_fuelc = (int)LND_FC(lcp->l_fuelc, tech_diff);
|
||||
lp->lnd_fuelu = (int)LND_FU(lcp->l_fuelu, tech_diff);
|
||||
lp->lnd_maxlight = (int)LND_XPL(lcp->l_nxlight, tech_diff);
|
||||
lp->lnd_maxland = (int)LND_MXL(lcp->l_mxland, tech_diff);
|
||||
lp->lnd_maxland = (int)LND_MXL(lcp->l_nland, tech_diff);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue