(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:
Ron Koenderink 2004-08-28 13:52:20 +00:00
parent a0e7a04f89
commit 133c1754f9

View file

@ -514,7 +514,7 @@ show_plane_build(int tlev)
make_new_list(tlev, EF_PLANE);
for (pcount = 0; pcount < lookup_list_cnt; pcount++) {
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_hcm, pp->pl_crew,
PLN_BLD_WORK(pp->pl_lcm, pp->pl_hcm), pp->pl_tech, pp->pl_cost);