(acce, rea, rela, snxtitem): Pass NULL as prompt when the prompt won't

be used.
This commit is contained in:
Markus Armbruster 2006-01-06 21:37:40 +00:00
parent 1b63d30a51
commit 604fe007c0
4 changed files with 4 additions and 4 deletions

View file

@ -58,7 +58,7 @@ rela(void)
if (player->argp[1] == 0)
as = player->cnum;
else {
if ((n = natarg(player->argp[1], "Which country? ")) < 0)
if ((n = natarg(player->argp[1], NULL)) < 0)
return RET_SYN;
as = (natid)n;
}