(update_wantmin, update_policy_check, demand_check, upda): Remove the
ability to switch off demand updates by setting update_wantmin to zero. Setting update_demandpolicy to UDDEM_DISABLE does the job. (update_policy_check): Fix lower bound for blitz_time.
This commit is contained in:
parent
198fad473e
commit
7457fef9e7
3 changed files with 6 additions and 16 deletions
|
@ -135,11 +135,7 @@ upda(void)
|
|||
if (*update_demandtimes != 0)
|
||||
pr("Demand updates are allowed during: %s\n",
|
||||
update_demandtimes);
|
||||
if (update_wantmin == 0) {
|
||||
pr("Demand updates are disabled by a mininum of 0\n");
|
||||
} else {
|
||||
pr("Demand updates require %d country(s) to want one.\n", update_wantmin);
|
||||
}
|
||||
pr("Demand updates require %d country(s) to want one.\n", update_wantmin);
|
||||
}
|
||||
}
|
||||
if (*game_days != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue