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
|
@ -77,8 +77,8 @@ para(void)
|
|||
wantflags = P_P;
|
||||
if (!snxtitem(&ni_bomb, EF_PLANE, player->argp[1]))
|
||||
return RET_SYN;
|
||||
if (!snxtitem
|
||||
(&ni_esc, EF_PLANE, getstarg(player->argp[2], "escort(s)? ", buf)))
|
||||
if (!snxtitem(&ni_esc, EF_PLANE,
|
||||
getstarg(player->argp[2], "escort(s)? ", buf)))
|
||||
pr("No escorts...\n");
|
||||
if ((p = getstarg(player->argp[3], "assembly point? ", buf)) == 0
|
||||
|| *p == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue