(coun_list, repo_list, nati): Replace in-flux determination code with influx().
(influx): New.
This commit is contained in:
parent
d1e2d91961
commit
5ffef496ea
5 changed files with 19 additions and 13 deletions
|
@ -172,6 +172,7 @@ extern void putrel(struct natstr *np, natid them, int relate);
|
|||
extern void putreject(struct natstr *np, natid them, int how, int what);
|
||||
extern void putcontact(struct natstr *np, natid them, int contact);
|
||||
extern void agecontact(struct natstr *np);
|
||||
extern int influx(struct natstr *np);
|
||||
|
||||
/* nation flags */
|
||||
#define NF_INFORM bit(0) /* Inform me of telegrams right away */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue