From 4e317e3999f1254b59c5607adf26dbf0611b10fc Mon Sep 17 00:00:00 2001 From: Ron Koenderink Date: Sat, 19 Nov 2005 12:17:30 +0000 Subject: [PATCH] (buil): Remove N_NEUT check. It should have been removed when the opt_NEUTRON was removed. --- src/lib/commands/buil.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/commands/buil.c b/src/lib/commands/buil.c index c88db74c..1e0e40a0 100644 --- a/src/lib/commands/buil.c +++ b/src/lib/commands/buil.c @@ -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;