(show_land_build, show_plane_build): Adjust the position of the $ column to match
'show ship b'. Adjust the crew column (show_plane_build) and the adjacent columns to be right-justified.
This commit is contained in:
parent
a0e7a04f89
commit
133c1754f9
1 changed files with 4 additions and 4 deletions
|
@ -514,7 +514,7 @@ show_plane_build(int tlev)
|
||||||
make_new_list(tlev, EF_PLANE);
|
make_new_list(tlev, EF_PLANE);
|
||||||
for (pcount = 0; pcount < lookup_list_cnt; pcount++) {
|
for (pcount = 0; pcount < lookup_list_cnt; pcount++) {
|
||||||
pp = (struct plchrstr *)lookup_list[pcount].l_u.pp;
|
pp = (struct plchrstr *)lookup_list[pcount].l_u.pp;
|
||||||
pr("%-25.25s %3d %3d %3d %5d %4d $%d\n",
|
pr("%-25.25s %3d %3d %4d %5d %4d $%d\n",
|
||||||
pp->pl_name, pp->pl_lcm,
|
pp->pl_name, pp->pl_lcm,
|
||||||
pp->pl_hcm, pp->pl_crew,
|
pp->pl_hcm, pp->pl_crew,
|
||||||
PLN_BLD_WORK(pp->pl_lcm, pp->pl_hcm), pp->pl_tech, pp->pl_cost);
|
PLN_BLD_WORK(pp->pl_lcm, pp->pl_hcm), pp->pl_tech, pp->pl_cost);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue