Line breaks and other formatting issues. No functional changes.
This commit is contained in:
parent
281840b604
commit
4c4fdca42b
37 changed files with 119 additions and 117 deletions
|
@ -168,8 +168,8 @@ trade_desc(struct trdstr *tp, union trdgenstr *tgp)
|
|||
}
|
||||
getsect(sp->shp_x, sp->shp_y, §);
|
||||
if (sect.sct_type != SCT_WATER)
|
||||
pr(" in a %s %s", cname(sect.sct_own),
|
||||
dchr[sect.sct_type].d_name);
|
||||
pr(" in a %s %s",
|
||||
cname(sect.sct_own), dchr[sect.sct_type].d_name);
|
||||
else
|
||||
pr(" at sea");
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue