--- deliantra/server/include/sproto.h 2007/03/02 16:06:41 1.54 +++ deliantra/server/include/sproto.h 2007/03/17 22:11:23 1.56 @@ -77,9 +77,6 @@ int adj_attackroll (object *hitter, object *target); int is_aimed_missile (object *op); -/* ban.c */ -int checkbanned (const char *login, const char *host); - /* build_map.c */ int can_build_over (struct mapdef *map, object *tmp, short x, short y); void remove_marking_runes (struct mapdef *map, short x, short y); @@ -795,9 +792,4 @@ /* weather.c */ void set_darkness_map (maptile *m); -void tick_the_clock (void); -void init_weather (void); -void weather_effect (const char *filename); -int worldmap_to_weathermap (int x, int y, int *wx, int *wy, maptile *m); -int real_world_temperature (int x, int y, maptile *m); -int similar_direction (int a, int b); +void adjust_daylight (void);