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
|
@ -64,7 +64,7 @@ plan(void)
|
|||
if (player->god)
|
||||
pr("%3d ", plane.pln_own);
|
||||
pr("%4d %-19.19s ", np.cur, 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(" %1.1s %c%3d%% %3d %3d %4d %3d %3d",
|
||||
&plane.pln_wing, plane.pln_off ? '!' : ' ', plane.pln_effic,
|
||||
plane.pln_mobil, pln_def(&plane), plane.pln_tech,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue