Drop prxy()'s parameter country
Argument is always player->cnum. Hardly surprising, because that's to whom it prints.
This commit is contained in:
parent
5f3fa793b7
commit
5920515cd7
35 changed files with 49 additions and 51 deletions
|
@ -54,7 +54,7 @@ pstat(void)
|
|||
}
|
||||
pr("%4d %-22.22s ",
|
||||
plane.pln_uid, plchr[(int)plane.pln_type].pl_name);
|
||||
prxy("%4d,%-4d", plane.pln_x, plane.pln_y, player->cnum);
|
||||
prxy("%4d,%-4d", plane.pln_x, plane.pln_y);
|
||||
pr(" %3d%% %4d %3d %3d %3d %3d %4d %4d",
|
||||
plane.pln_effic,
|
||||
plane.pln_tech,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue