ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/sounds.C
(Generate patch)

Comparing deliantra/server/socket/sounds.C (file contents):
Revision 1.4 by root, Thu Sep 14 22:34:06 2006 UTC vs.
Revision 1.5 by root, Sat Sep 16 22:24:13 2006 UTC

51 51
52#define POW2(x) ((x) * (x)) 52#define POW2(x) ((x) * (x))
53 53
54/** Plays some sound on map at x,y. */ 54/** Plays some sound on map at x,y. */
55void 55void
56play_sound_map (mapstruct *map, int x, int y, short sound_num) 56play_sound_map (maptile *map, int x, int y, short sound_num)
57{ 57{
58 player *pl; 58 player *pl;
59 59
60 if (sound_num >= NROF_SOUNDS) 60 if (sound_num >= NROF_SOUNDS)
61 { 61 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines