(opt_NEUTRON, buil, denotate, show_nuke_capab, show_nuke_build,

Options): Remove opt_NEUTRON option.  The option can be emulated
by manipulating the flags in a nuke characteristics file.
This commit is contained in:
Ron Koenderink 2005-11-13 12:30:37 +00:00
parent 555de3100c
commit 0a63d324ca
6 changed files with 2 additions and 15 deletions

View file

@ -82,7 +82,6 @@
#define PINPOINTMISSILE /**/
#define FALLOUT /* Enables secondary effects caused by radiation */
#define SAIL /* A update routine to move ships */
#define NEUTRON /* Enables Neurton Warheads */
#define NOMOBCOST /* No mob cost for firing from ships */
/*#define SUPER_BARS *//* Bars can't be destroyed by fire */
#define EASY_BRIDGES /* Bridges can be built anywhere */

View file

@ -68,7 +68,6 @@ extern int opt_LOANS;
extern int opt_LOSE_CONTACT;
extern int opt_MARKET;
extern int opt_MOB_ACCESS;
extern int opt_NEUTRON;
extern int opt_NOFOOD;
extern int opt_NOMOBCOST;
extern int opt_NO_FORT_FIRE;