Break long lines more tastefully
This commit is contained in:
parent
373651359e
commit
7465574195
28 changed files with 69 additions and 92 deletions
|
@ -198,8 +198,7 @@ orde(void)
|
|||
i1 = whatitem(player->argp[5], "Commodity? ");
|
||||
if (!i1)
|
||||
return RET_FAIL;
|
||||
p1 = getstarg(player->argp[6], "Amount? ",
|
||||
buf);
|
||||
p1 = getstarg(player->argp[6], "Amount? ", buf);
|
||||
if (!p1)
|
||||
return RET_SYN;
|
||||
if (!check_ship_ok(&ship))
|
||||
|
@ -218,8 +217,7 @@ orde(void)
|
|||
i1 = whatitem(player->argp[5], "Commodity? ");
|
||||
if (!i1)
|
||||
return RET_FAIL;
|
||||
p1 = getstarg(player->argp[6], "Amount? ",
|
||||
buf);
|
||||
p1 = getstarg(player->argp[6], "Amount? ", buf);
|
||||
if (!p1)
|
||||
return RET_SYN;
|
||||
if (!check_ship_ok(&ship))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue