(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
|
@ -327,6 +327,12 @@ int opt_TECH_POP = 1;
|
|||
int opt_TECH_POP = 0;
|
||||
#endif
|
||||
|
||||
#ifdef ROLLOVER_AVAIL
|
||||
int opt_ROLLOVER_AVAIL = 1;
|
||||
#else
|
||||
int opt_ROLLOVER_AVAIL = 0;
|
||||
#endif
|
||||
|
||||
struct option_list Options[] = {
|
||||
{"ALL_BLEED", &opt_ALL_BLEED},
|
||||
{"BIG_CITY", &opt_BIG_CITY},
|
||||
|
@ -365,6 +371,7 @@ struct option_list Options[] = {
|
|||
{"PINPOINTMISSILE", &opt_PINPOINTMISSILE},
|
||||
{"PLANENAMES", &opt_PLANENAMES},
|
||||
{"RES_POP", &opt_RES_POP},
|
||||
{"ROLLOVER_AVAIL", &opt_ROLLOVER_AVAIL},
|
||||
{"SAIL", &opt_SAIL},
|
||||
{"SHIP_DECAY", &opt_SHIP_DECAY},
|
||||
{"SHIPNAMES", &opt_SHIPNAMES},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue