(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:
parent
caaee8cafa
commit
2e655eaf96
6 changed files with 3 additions and 15 deletions
|
@ -188,7 +188,7 @@ buil(void)
|
|||
}
|
||||
break;
|
||||
case 'n':
|
||||
if (opt_NONUKES) {
|
||||
if (!ef_nelem(EF_NUKE_CHR)) {
|
||||
pr("There are no nukes in this game.\n");
|
||||
return RET_FAIL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue