Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -82,10 +82,8 @@ pr_mark(struct comstr *comm)
|
|||
if (tleft < 0.0)
|
||||
tleft = 0.0;
|
||||
pr(" %3d $%12.2f %2d %5.2f hrs (%3d) %c %6d ",
|
||||
comm->com_uid,
|
||||
comm->com_price,
|
||||
comm->com_maxbidder,
|
||||
tleft, comm->com_owner, ichr[comm->com_type].i_mnem, comm->com_amount);
|
||||
comm->com_uid, comm->com_price, comm->com_maxbidder, tleft,
|
||||
comm->com_owner, ichr[comm->com_type].i_mnem, comm->com_amount);
|
||||
if (comm->com_owner == player->cnum || player->god)
|
||||
pr("%s", xyas(comm->sell_x, comm->sell_y, player->cnum));
|
||||
pr("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue