version 1.5 | | version 1.6 |
---|
| | |
/* | | /* |
* static char *rcsid_sound_c = | | * static char *rcsid_sound_c = |
* "$Id: sounds.c,v 1.5 2003/12/14 16:28:47 ryo_saeba Exp $"; | | * "$Id: sounds.c,v 1.6 2006/05/05 09:41:15 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* Send bug reports to Raphael Quinet (quinet@montefiore.ulg.ac.be) */ | | /* Send bug reports to Raphael Quinet (quinet@montefiore.ulg.ac.be) */ |
| | |
#define POW2(x) ((x) * (x)) | | #define POW2(x) ((x) * (x)) |
| | |
/** Plays some sound on map at x,y. */ | | /** Plays some sound on map at x,y. */ |
void play_sound_map(mapstruct *map, int x, int y, short sound_num) | | void play_sound_map(const mapstruct *map, int x, int y, short sound_num) |
{ | | { |
player *pl; | | player *pl; |
| | |