(look_land): Use roundintby() instead of ldround() for int argument.
This commit is contained in:
parent
9b14771d69
commit
0fd82cf1d7
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ look_land(struct lndstr *lookland)
|
|||
|
||||
pr("%s (#%d) %s (approx %d mil) @ %s\n",
|
||||
cname(lp->lnd_own), lp->lnd_own,
|
||||
prland(lp), ldround(total_mil(lp), 20),
|
||||
prland(lp), roundintby(total_mil(lp), 20),
|
||||
xyas(lp->lnd_x, lp->lnd_y, player->cnum));
|
||||
if (opt_HIDDEN)
|
||||
setcont(player->cnum, lp->lnd_own, FOUND_LOOK);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue