Drop prxy()'s parameter country

Argument is always player->cnum.  Hardly surprising, because that's
to whom it prints.
This commit is contained in:
Markus Armbruster 2010-05-24 09:05:51 +02:00
parent 5f3fa793b7
commit 5920515cd7
35 changed files with 49 additions and 51 deletions

View file

@ -57,7 +57,7 @@ show_sail(struct nstr_item *nstr)
pr("%3d ", ship.shp_own);
pr("%4d ", ship.shp_uid);
pr("%-16.16s ", mchr[(int)ship.shp_type].m_name);
prxy("%4d,%-4d ", ship.shp_x, ship.shp_y, player->cnum);
prxy("%4d,%-4d ", ship.shp_x, ship.shp_y);
pr("%3d ", ship.shp_mobil);
pr(" %3d ", ship.shp_mobquota);
pr(" %3d ", ship.shp_follow);