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
|
@ -93,7 +93,7 @@ repo_list(struct natstr *plnatp, struct natstr *natp)
|
|||
printdiff(plnatp, natp, NAT_HLEV);
|
||||
}
|
||||
if (player->god) {
|
||||
prxy(" %4d,%-4d\n", natp->nat_xcap, natp->nat_ycap, player->cnum);
|
||||
prxy(" %4d,%-4d\n", natp->nat_xcap, natp->nat_ycap);
|
||||
} else {
|
||||
if (!opt_HIDDEN && influx(natp))
|
||||
pr("In flux\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue