(gamehours): All callers ignore the value assigned to hour[]. Remove
parameter. Remove calls without effect. Other callers changed.
This commit is contained in:
parent
2df3f002e1
commit
ded3daf70d
6 changed files with 8 additions and 23 deletions
|
@ -119,7 +119,7 @@ extern void filetruncate(s_char *);
|
|||
/* hap_fact.c */
|
||||
extern double hap_fact(struct natstr *, struct natstr *);
|
||||
/* hours.c */
|
||||
extern int gamehours(time_t, int *);
|
||||
extern int gamehours(time_t);
|
||||
/* land.c */
|
||||
extern int has_units(coord, coord, natid, struct lndstr *);
|
||||
extern int has_units_with_mob(coord, coord, natid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue