(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
|
@ -91,7 +91,6 @@ int
|
|||
main(int argc, char **argv)
|
||||
{
|
||||
time_t now;
|
||||
int hour[2];
|
||||
int flags = 0;
|
||||
int op;
|
||||
char *config_file = NULL;
|
||||
|
@ -207,7 +206,6 @@ main(int argc, char **argv)
|
|||
ef_init();
|
||||
init_files();
|
||||
io_init();
|
||||
gamehours(now, hour);
|
||||
|
||||
if (opt_MOB_ACCESS) {
|
||||
/* This fixes up mobility upon restart */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue