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
|
|
@ -130,7 +130,7 @@ newe(void)
|
|||
pr("EFFICIENCY SIMULATION\n");
|
||||
pr(" sect des projected eff\n");
|
||||
}
|
||||
prxy("%4d,%-4d", nstr.x, nstr.y, player->cnum);
|
||||
prxy("%4d,%-4d", nstr.x, nstr.y);
|
||||
pr(" %c", dchr[type].d_mnem);
|
||||
pr(" %3d%%\n", eff);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue