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
|
@ -413,10 +413,9 @@ would_abandon(struct sctstr *sp, int vtype, int amnt, struct lndstr *lp)
|
|||
loyalcivs = 0;
|
||||
|
||||
/* If they have a military unit there, they still own it */
|
||||
if (sp->sct_own != 0 && ((loyalcivs == 0) && (mil == 0) &&
|
||||
(has_units
|
||||
(sp->sct_x, sp->sct_y, sp->sct_own,
|
||||
lp) == 0)))
|
||||
if (sp->sct_own != 0
|
||||
&& ((loyalcivs == 0) && (mil == 0)
|
||||
&& (has_units(sp->sct_x, sp->sct_y, sp->sct_own, lp) == 0)))
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue