Break lines more tastefully.
This commit is contained in:
parent
fcc0162188
commit
5b4b3a13cb
40 changed files with 220 additions and 229 deletions
|
@ -139,8 +139,8 @@ fuel(void)
|
|||
|
||||
if (sect.sct_effic < 2) {
|
||||
pr("The harbor at %s is not 2%% efficient yet.\n",
|
||||
xyas(item.ship.shp_x,
|
||||
item.ship.shp_y, player->cnum));
|
||||
xyas(item.ship.shp_x, item.ship.shp_y,
|
||||
player->cnum));
|
||||
harbor = 0;
|
||||
}
|
||||
if ((sect.sct_own != player->cnum) && sect.sct_own)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue