Fix the previous rev.

This commit is contained in:
Markus Armbruster 2004-02-28 19:11:24 +00:00
parent e67dca9d29
commit 37ebd826c4

View file

@ -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'))