(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:
parent
555de3100c
commit
0a63d324ca
6 changed files with 2 additions and 15 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue