Fix "show land s" to show columns xpl and lnd again
Broken in commit 3b4de2fe
, v4.3.15.
This commit is contained in:
parent
02837d2b02
commit
c15df51e27
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue