Fix bad line break / whitespace. No functional changes.
This commit is contained in:
parent
16407594d6
commit
7e402f062c
3 changed files with 5 additions and 6 deletions
|
@ -733,8 +733,8 @@ shp_interdict(struct emp_qelem *list, coord newx, coord newy, natid victim)
|
|||
shp_damage(list,
|
||||
unit_interdict(newx, newy, victim, "subs",
|
||||
shp_easiest_target(list, M_SUB, 0),
|
||||
MI_SINTERDICT), M_SUB, 0, newx,
|
||||
newy);
|
||||
MI_SINTERDICT),
|
||||
M_SUB, 0, newx, newy);
|
||||
}
|
||||
return stopping;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue