(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:
Markus Armbruster 2005-10-29 15:16:50 +00:00
parent b96b9baced
commit ae81dade53
6 changed files with 77 additions and 22 deletions

View file

@ -267,7 +267,7 @@ init_server(void)
global_init();
shutdown_init();
player_init();
ef_init();
ef_init_srv();
init_files();
io_init();
init_nreport();