--- deliantra/server/socket/sounds.C 2006/09/10 13:43:34 1.3 +++ deliantra/server/socket/sounds.C 2006/09/16 22:24:13 1.5 @@ -1,9 +1,3 @@ - -/* - * static char *rcsid_sound_c = - * "$Id: sounds.C,v 1.3 2006/09/10 13:43:34 root Exp $"; - */ - /* Send bug reports to Raphael Quinet (quinet@montefiore.ulg.ac.be) */ /** @@ -59,7 +53,7 @@ /** Plays some sound on map at x,y. */ void -play_sound_map (mapstruct *map, int x, int y, short sound_num) +play_sound_map (maptile *map, int x, int y, short sound_num) { player *pl;