(opt_DEMANDUPDATE): Remove. Deities can use update_demandpolicy to
control demand updates.
This commit is contained in:
parent
d0e2834ca9
commit
6ca5e47f69
6 changed files with 30 additions and 31 deletions
|
@ -41,6 +41,7 @@
|
|||
#include "player.h"
|
||||
#include "server.h"
|
||||
#include "update.h"
|
||||
#include "wantupd.h"
|
||||
|
||||
long money[MAXNOC];
|
||||
long pops[MAXNOC];
|
||||
|
@ -158,7 +159,7 @@ update_main(void)
|
|||
mob_plane(etu);
|
||||
mob_land(etu);
|
||||
}
|
||||
if (opt_DEMANDUPDATE)
|
||||
if (update_demandpolicy != UDDEM_DISABLE)
|
||||
update_removewants();
|
||||
/* flush all mem file objects to disk */
|
||||
ef_flush(EF_NATION);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue