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
|
@ -109,11 +109,10 @@ pln_onewaymission(struct sctstr *target, int *shipno, int *flagp)
|
|||
if (!(p = getstarg(0, "Carrier #? ", buf)) || !*p)
|
||||
break;
|
||||
n = atoi(p);
|
||||
if (n < 0 || !getship(n, &ship) || (!player->owner &&
|
||||
(getrel
|
||||
(getnatp(ship.shp_own),
|
||||
player->cnum) !=
|
||||
ALLIED))) {
|
||||
if (n < 0 || !getship(n, &ship)
|
||||
|| (!player->owner
|
||||
&& (getrel(getnatp(ship.shp_own), player->cnum)
|
||||
!= ALLIED))) {
|
||||
pr("Not yours\n");
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue