version 1.17 | | version 1.18 |
---|
| | |
void send_plugin_custom_message(object *pl, char *buf); | | void send_plugin_custom_message(object *pl, char *buf); |
void send_skill_info(NewSocket *ns, char *params); | | void send_skill_info(NewSocket *ns, char *params); |
/* sounds.c */ | | /* sounds.c */ |
void play_sound_player_only(player *pl, int soundnum, int x, int y); | | void play_sound_player_only(player *pl, short soundnum, sint8 x, sint8 y); |
void play_sound_map(mapstruct *map, int x, int y, int sound_num); | | void play_sound_map(mapstruct *map, int x, int y, short sound_num); |