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
|
@ -65,7 +65,7 @@ ndump(void)
|
|||
if (player->god)
|
||||
pr("%d ", nuk.nuk_own);
|
||||
pr("%d ", nuk.nuk_uid);
|
||||
prxy("%d %d", nuk.nuk_x, nuk.nuk_y, player->cnum);
|
||||
prxy("%d %d", nuk.nuk_x, nuk.nuk_y);
|
||||
pr(" %d", 1);
|
||||
pr(" %.5s", nchr[(int)nuk.nuk_type].n_name);
|
||||
pr("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue