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
|
@ -64,7 +64,7 @@ lost(void)
|
|||
if (player->god)
|
||||
pr("%d ", lost.lost_owner);
|
||||
pr("%d %d ", lost.lost_type, lost.lost_id);
|
||||
prxy("%d %d ", lost.lost_x, lost.lost_y, player->cnum);
|
||||
prxy("%d %d ", lost.lost_x, lost.lost_y);
|
||||
pr("%ld\n", (long)lost.lost_timestamp);
|
||||
nlost++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue