]> git.pond.sub.org Git - empserver/blobdiff - src/lib/subs/lndsub.c
(lndchr): Rename member l_mxland to l_nland for consistency with
[empserver] / src / lib / subs / lndsub.c
index 39e023dc54962ecf03b6192d09c3692a00965bc4..0fad77ed4bcde4f84dbbb6e43f3d5e2592b03be0 100644 (file)
@@ -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);
 }