(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
|
@ -488,7 +488,7 @@ show_land_stats(int tlev)
|
|||
(int)LND_FC(lcp->l_fuelc, ourtlev),
|
||||
(int)LND_FU(lcp->l_fuelu, ourtlev),
|
||||
(int)LND_XPL(lcp->l_nxlight, ourtlev),
|
||||
(int)LND_MXL(lcp->l_mxland, ourtlev));
|
||||
(int)LND_MXL(lcp->l_nland, ourtlev));
|
||||
|
||||
pr("\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue