(ef_init, ef_init_srv): Rename old ef_init() ef_init_srv(), call new
ef_init(). Move initialization of map sizes to ef_init(). (main): Don't initialize map sizes by hand, call ef_init(). (fileinit): Internal linkage.
This commit is contained in:
parent
b96b9baced
commit
ae81dade53
6 changed files with 77 additions and 22 deletions
|
@ -267,7 +267,7 @@ init_server(void)
|
|||
global_init();
|
||||
shutdown_init();
|
||||
player_init();
|
||||
ef_init();
|
||||
ef_init_srv();
|
||||
init_files();
|
||||
io_init();
|
||||
init_nreport();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue