(ROLLOVER_AVAIL, opt_ROLLOVER_AVAIL, Options, do_feed, prod, newe):
New option ROLLOVER_AVAIL; from Drake Diedrich.
This commit is contained in:
parent
1261d1c825
commit
d7a054c20a
7 changed files with 33 additions and 4 deletions
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue