--- deliantra/server/include/sproto.h 2006/12/14 22:45:40 1.26 +++ deliantra/server/include/sproto.h 2006/12/20 09:14:22 1.31 @@ -444,12 +444,9 @@ char *clean_path(const char *file); char *unclean_path(const char *src); void enter_exit(object *op, object *exit_ob); -void process_active_maps(void); -void process_players1(maptile *map); -void process_players2(maptile *map); -void process_events(maptile *map); +void process_events(); void clean_tmp_files(void); -void cleanup(void); +void cleanup (bool make_core = false); void leave(player *pl,int draw_exit); int forbid_play(void); void do_specials(void); @@ -527,7 +524,7 @@ void send_rules(const object *op); void send_news(const object *op); int playername_ok(const char *cp); -int add_player(client_socket *ns); +int add_player(client *ns); archetype *get_player_archetype(archetype *at); object *get_nearest_player(object *mon); int path_to_player(object *mon, object *pl, unsigned mindiff);