version 1.68 | | version 1.69 |
---|
| | |
int command_strings(object *op, char *params); | | int command_strings(object *op, char *params); |
int command_sstable(object *op, char *params); | | int command_sstable(object *op, char *params); |
int command_time(object *op, char *params); | | int command_time(object *op, char *params); |
| | int command_weather(object *op, char *params); |
int command_archs(object *op, char *params); | | int command_archs(object *op, char *params); |
int command_hiscore(object *op, char *params); | | int command_hiscore(object *op, char *params); |
int command_debug(object *op, char *params); | | int command_debug(object *op, char *params); |
| | |
int real_temperature(int x, int y); | | int real_temperature(int x, int y); |
void compute_sky(void); | | void compute_sky(void); |
void weather_effect(char *filename); | | void weather_effect(char *filename); |
| | object *avoid_weather(int *av, mapstruct *m, int x, int y, int *gs); |
void let_it_snow(mapstruct *m, int wx, int wy, char *filename); | | void let_it_snow(mapstruct *m, int wx, int wy, char *filename); |
| | void singing_in_the_rain(mapstruct *m, int wx, int wy, char *filename); |
void process_rain(void); | | void process_rain(void); |