(ROLLOVER_AVAIL, opt_ROLLOVER_AVAIL, Options, do_feed, prod, newe):

New option ROLLOVER_AVAIL; from Drake Diedrich.
This commit is contained in:
Markus Armbruster 2004-01-20 16:51:43 +00:00
parent 1261d1c825
commit d7a054c20a
7 changed files with 33 additions and 4 deletions

View file

@ -100,6 +100,7 @@
#define ALL_BLEED /* Tech bleeds to everyone */
/*#define DRNUKE*//* Need research to make nukes */
#define NO_PLAGUE /* Plague is disabled */
/*#define ROLLOVER_AVAIL*/ /* Avail builds up across updates like mob */
#define NEW_STARVE /* UW's starve, then civs, then mil */
#define NEW_WORK /* Work is changed in proportion to the # of civs mvd */
/*#define RES_POP*//* population is limited by research */

View file

@ -99,6 +99,7 @@ extern int opt_DEMANDUPDATE;
extern int opt_BIG_CITY;
extern int opt_INTERDICT_ATT;
extern int opt_TECH_POP;
extern int opt_ROLLOVER_AVAIL;
struct keymatch; /* forward decl */