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
|
@ -327,7 +327,7 @@ prprod(coord x, coord y, int type, double p_e, double prodeff, int work,
|
|||
pr(" sect des eff avail make p.e. cost use1 use2 use3 max1 max2 max3 max\n");
|
||||
}
|
||||
|
||||
prxy("%4d,%-4d", x, y, player->cnum);
|
||||
prxy("%4d,%-4d", x, y);
|
||||
pr(" %c %3.0f%% %5d", dchr[type].d_mnem, p_e * 100.0, work);
|
||||
if (mnem == '.')
|
||||
pr(" %5.2f", make);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue