(market_init): New.

(start_server): Call it.  Move initialization stuff to it, with error
checking added.
(market_update): Internal linkage.
This commit is contained in:
Markus Armbruster 2007-01-16 20:22:06 +00:00
parent 02584d8a50
commit f41e44fb74
3 changed files with 14 additions and 7 deletions

View file

@ -47,7 +47,7 @@ void mobility_init(void);
/* thread entry points */
void delete_lostitems(void *);
void market_update(void *);
void market_init(void);
void mobility_check(void *);
void player_kill_idle(void *);
void update_main(void);