Indentation fixes; suspect indent-emp is to blame.
This commit is contained in:
parent
aa4e268d89
commit
e67dca9d29
29 changed files with 89 additions and 133 deletions
|
@ -829,8 +829,7 @@ quiet_bigdef(int attacker, struct emp_qelem *list, natid own, natid aown,
|
|||
range = mapdist(ship.shp_x, ship.shp_y, ax, ay);
|
||||
if (range > erange)
|
||||
continue;
|
||||
if (!line_of_sight
|
||||
((s_char **)0, ship.shp_x, ship.shp_y, ax, ay))
|
||||
if (!line_of_sight((s_char **)0, ship.shp_x, ship.shp_y, ax, ay))
|
||||
continue;
|
||||
|
||||
(*nfiring)++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue