(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:
Markus Armbruster 2005-07-31 17:22:32 +00:00
parent df8845199e
commit 786b34c693
12 changed files with 27 additions and 71 deletions

View file

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