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
|
@ -76,12 +76,12 @@ payo(void)
|
|||
if (ship.shp_own != ship.shp_orig_own && !player->god) {
|
||||
/* Don't disclose construction site to pirates! */
|
||||
pr(" ? ");
|
||||
prxy("%4d,%-4d ", ship.shp_x, ship.shp_y, player->cnum);
|
||||
prxy("%4d,%-4d ", ship.shp_x, ship.shp_y);
|
||||
pr(" ? $ ?\n");
|
||||
continue;
|
||||
}
|
||||
prxy("%4d,%-4d ", ship.shp_orig_x, ship.shp_orig_y, player->cnum);
|
||||
prxy("%4d,%-4d ", ship.shp_x, ship.shp_y, player->cnum);
|
||||
prxy("%4d,%-4d ", ship.shp_orig_x, ship.shp_orig_y);
|
||||
prxy("%4d,%-4d ", ship.shp_x, ship.shp_y);
|
||||
|
||||
getsect(ship.shp_x, ship.shp_y, §);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue