Break lines more tastefully.
This commit is contained in:
parent
fcc0162188
commit
5b4b3a13cb
40 changed files with 220 additions and 229 deletions
|
@ -404,8 +404,8 @@ sect_has_dock(struct sctstr *sect)
|
|||
}
|
||||
|
||||
static int
|
||||
shp_count(struct emp_qelem *list, int wantflags, int nowantflags, int x,
|
||||
int y)
|
||||
shp_count(struct emp_qelem *list, int wantflags, int nowantflags,
|
||||
int x, int y)
|
||||
{
|
||||
struct emp_qelem *qp;
|
||||
struct emp_qelem *next;
|
||||
|
@ -686,8 +686,8 @@ shp_fort_interdiction(struct emp_qelem *list, coord newx, coord newy,
|
|||
continue;
|
||||
shell = fsect.sct_item[I_SHELL];
|
||||
if (shell < 1)
|
||||
shell += supply_commod(fsect.sct_own,
|
||||
fsect.sct_x, fsect.sct_y, I_SHELL, 1);
|
||||
shell += supply_commod(fsect.sct_own, fsect.sct_x, fsect.sct_y,
|
||||
I_SHELL, 1);
|
||||
if (shell < 1)
|
||||
continue;
|
||||
shell--;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue