Fix long lines. No functional changes.
This commit is contained in:
parent
ba2c537ce5
commit
4836f6c543
29 changed files with 141 additions and 79 deletions
|
@ -162,7 +162,8 @@ cede_sect(struct nstr_sect *ns, natid to)
|
|||
bad = 0;
|
||||
}
|
||||
if (bad) {
|
||||
pr("%s has no sector with mobility adjacent to or ship in %s!\n", cname(to), xyas(sect.sct_x, sect.sct_y, player->cnum));
|
||||
pr("%s has no sector with mobility adjacent to or ship in %s!\n",
|
||||
cname(to), xyas(sect.sct_x, sect.sct_y, player->cnum));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue