(acce, rea, rela, snxtitem): Pass NULL as prompt when the prompt won't
be used.
This commit is contained in:
parent
1b63d30a51
commit
604fe007c0
4 changed files with 4 additions and 4 deletions
|
@ -58,7 +58,7 @@ acce(void)
|
|||
if (player->argp[1] == 0) {
|
||||
natp = getnatp(player->cnum);
|
||||
} else {
|
||||
if (!(natp = natargp(player->argp[1], "Which country? ")))
|
||||
if (!(natp = natargp(player->argp[1], NULL)))
|
||||
return RET_SYN;
|
||||
}
|
||||
as = natp->nat_cnum;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue