(buil, vers, opt_NONUKES, show_nuke_build, show_nuke_capab):

Remove opt_NONUKES options.  A nuke characteristics file can
be created with no entries to create the emulate the removed option.
This commit is contained in:
Ron Koenderink 2005-11-12 20:09:11 +00:00
parent caaee8cafa
commit 2e655eaf96
6 changed files with 3 additions and 15 deletions

View file

@ -186,8 +186,6 @@ show_nuke_build(int tlev)
else
pr("%13s lcm hcm oil rad avail tech $\n", "");
if (opt_NONUKES)
return;
for (np = nchr; np->n_name; np++) {
avail = NUK_BLD_WORK(np->n_lcm, np->n_hcm, np->n_oil, np->n_rad);
if (np->n_tech > tlev)
@ -218,8 +216,6 @@ show_nuke_capab(int tlev)
else
pr("%13s blst dam lbs tech $%7s abilities\n", "", "");
if (opt_NONUKES)
return;
for (np = nchr; np->n_name; np++) {
if (np->n_tech > tlev)
continue;