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
|
@ -95,7 +95,7 @@ print_res(struct sctstr *sp)
|
|||
|
||||
pr("%3d ", sp->sct_own);
|
||||
|
||||
prxy("%4d,%-4d", sp->sct_x, sp->sct_y, player->cnum);
|
||||
prxy("%4d,%-4d", sp->sct_x, sp->sct_y);
|
||||
pr(" %c", dchr[sp->sct_type].d_mnem);
|
||||
if (sp->sct_newtype != sp->sct_type)
|
||||
pr("%c", dchr[sp->sct_newtype].d_mnem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue