Fix "show land s" to show columns xpl and lnd again

Broken in commit 3b4de2fe, v4.3.15.
This commit is contained in:
Markus Armbruster 2011-04-22 18:06:33 +02:00
parent 02837d2b02
commit c15df51e27

View file

@ -400,6 +400,8 @@ show_land_stats(int tlev)
pr("%2d %2d %2d %2d %2d ",
l_frg(lcp, tlev), l_acc(lcp, tlev), l_dam(lcp, tlev),
lcp->l_ammo, lcp->l_aaf);
pr("%2d %2d ",
lcp->l_nxlight, lcp->l_nland);
pr("\n");
}
}