Declare all configuration parameters in optlist.h. Remove some
redundant declarations elsewhere.
This commit is contained in:
parent
6b67276f4f
commit
966eb40899
13 changed files with 65 additions and 58 deletions
|
@ -286,9 +286,9 @@ int opt_NUKEFAILDETONATE = 0;
|
|||
#endif
|
||||
|
||||
#ifdef SHIPNAMES
|
||||
int opt_SHIPNAMES = 1; /* not used currently */
|
||||
int opt_SHIPNAMES = 1;
|
||||
#else
|
||||
int opt_SHIPNAMES = 0; /* not used currently */
|
||||
int opt_SHIPNAMES = 0;
|
||||
#endif
|
||||
|
||||
#ifdef NEUTRON
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue