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
|
@ -58,7 +58,7 @@ lsta(void)
|
|||
pr("lnd# %16.16s x,y eff tech att def vul d s y d g c r m f\n", "unit-type");
|
||||
}
|
||||
pr("%4d %-16.16s ", land.lnd_uid, lcp->l_name);
|
||||
prxy("%4d,%-4d", land.lnd_x, land.lnd_y, player->cnum);
|
||||
prxy("%4d,%-4d", land.lnd_x, land.lnd_y);
|
||||
pr(" %3d%% %3d %1.1f %1.1f %3d ",
|
||||
land.lnd_effic, land.lnd_tech, lnd_att(&land), lnd_def(&land),
|
||||
lnd_vul(&land));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue