(get_leader, pr_leader_change): New.
(set_leader, set_flagship): Replace with get_leader() and pr_leader_change().
This commit is contained in:
parent
69d6b01429
commit
c6577ef2c5
3 changed files with 48 additions and 42 deletions
|
@ -63,6 +63,8 @@ extern int want_to_abandon(struct sctstr *, i_type, int, struct lndstr *);
|
|||
extern int would_abandon(struct sctstr *, i_type, int, struct lndstr *);
|
||||
extern int nav_map(int, int, int);
|
||||
extern void switch_leader(struct emp_qelem *list, int uid);
|
||||
extern struct empobj *get_leader(struct emp_qelem *list);
|
||||
extern void pr_leader_change(struct empobj *leader);
|
||||
extern int count_pop(int);
|
||||
extern int scuttle_tradeship(struct shpstr *, int);
|
||||
extern void scuttle_ship(struct shpstr *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue