(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

@ -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");
}