(buil): Remove N_NEUT check. It should have been

removed when the opt_NEUTRON was removed.
This commit is contained in:
Ron Koenderink 2005-11-19 12:17:30 +00:00
parent 3d68c0a0da
commit 4e317e3999

View file

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