update: Factor out common plague reporting
No functional change, except the "PLAGUE deaths" message for sectors loses its period. Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
391778e09c
commit
1dfe91ca96
5 changed files with 62 additions and 128 deletions
|
@ -119,6 +119,7 @@ extern void prod_nat(int);
|
|||
/* plague.c */
|
||||
extern void do_plague(struct sctstr *, int);
|
||||
extern int plague_people(struct natstr *, short *, int *, int *, int);
|
||||
extern void plague_report(natid, int, int, int, int, char *, char *);
|
||||
/* plane.c */
|
||||
extern void prod_plane(int, int, struct bp *, int);
|
||||
/* populace.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue