Drop prxy()'s parameter country

Argument is always player->cnum.  Hardly surprising, because that's
to whom it prints.
This commit is contained in:
Markus Armbruster 2010-05-24 09:05:51 +02:00
parent 5f3fa793b7
commit 5920515cd7
35 changed files with 49 additions and 51 deletions

View file

@ -164,7 +164,7 @@ retreat(int type)
pr("%3d ", unit.gen.own);
pr("%4d ", ni.cur);
pr("%-16.16s ", name);
prxy("%4d,%-4d ", unit.gen.x, unit.gen.y, player->cnum);
prxy("%4d,%-4d ", unit.gen.x, unit.gen.y);
pr("%1.1s", &unit.gen.group);
pr(" %-11s", rpath);
rflags = *rflagsp;