(opt_NEUTRON, buil, denotate, show_nuke_capab, show_nuke_build,

Options): Remove opt_NEUTRON option.  The option can be emulated
by manipulating the flags in a nuke characteristics file.
This commit is contained in:
Ron Koenderink 2005-11-13 12:30:37 +00:00
parent 555de3100c
commit 0a63d324ca
6 changed files with 2 additions and 15 deletions

View file

@ -202,7 +202,7 @@ buil(void)
if (rqtech > tlev
|| (opt_DRNUKE && np->n_tech * drnuke_const > rlev))
type = -1;
if ((np->n_flags & N_NEUT) && !opt_NEUTRON)
if (np->n_flags & N_NEUT)
type = -1;
}
if (type < 0) {