(SHIPNAMES, opt_SHIPNAMES, Options, carg, name, sorde, qorde)
(show_sail, shi, att_get_combat, pr_com, satdisp, satmap, prship): Remove nooption SHIPNAMES.
This commit is contained in:
parent
df8845199e
commit
786b34c693
12 changed files with 27 additions and 71 deletions
|
@ -51,10 +51,6 @@ name(void)
|
|||
struct nstr_item nb;
|
||||
s_char buf[1024];
|
||||
|
||||
if (!opt_SHIPNAMES) {
|
||||
pr("Ship naming is not enabled.\n");
|
||||
return RET_FAIL;
|
||||
}
|
||||
if (!snxtitem(&nb, EF_SHIP, player->argp[1]))
|
||||
return RET_SYN;
|
||||
while (nxtitem(&nb, &ship)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue