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 @@ stre(void)
|
|||
stre_hdr();
|
||||
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("%4d%%", sect.sct_effic);
|
||||
def->x = nstr.x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue