Fix the previous rev.
This commit is contained in:
parent
e67dca9d29
commit
37ebd826c4
1 changed files with 2 additions and 2 deletions
|
@ -798,8 +798,8 @@ att_ask_support(int offset, int *fortp, int *shipp, int *landp,
|
||||||
if ((*p == 'y') || (*p == 'Y'))
|
if ((*p == 'y') || (*p == 'Y'))
|
||||||
*landp = 1;
|
*landp = 1;
|
||||||
|
|
||||||
if (!p = getstarg(player->argp[offset + 3], "Use plane support? ",
|
if (!(p = getstarg(player->argp[offset + 3], "Use plane support? ",
|
||||||
buf)))
|
buf)))
|
||||||
return RET_SYN;
|
return RET_SYN;
|
||||||
|
|
||||||
if ((*p == 'y') || (*p == 'Y'))
|
if ((*p == 'y') || (*p == 'Y'))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue