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
|
@ -67,7 +67,7 @@ comm(void)
|
|||
}
|
||||
if (player->god)
|
||||
pr("%3d", sect.sct_own);
|
||||
prxy("%4d,%-4d", nstr.x, nstr.y, player->cnum);
|
||||
prxy("%4d,%-4d", nstr.x, nstr.y);
|
||||
pr(" %c", dchr[sect.sct_type].d_mnem);
|
||||
pr(" %c", dirstr[sect.sct_del[I_SHELL] & 0x7]);
|
||||
pr("%c", dirstr[sect.sct_del[I_GUN] & 0x7]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue