ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/define.h
(Generate patch)

Comparing deliantra/server/include/define.h (file contents):
Revision 1.66 by elmex, Sat Jul 21 14:37:25 2007 UTC vs.
Revision 1.67 by root, Wed Aug 1 01:53:13 2007 UTC

951 951
952/* admin messages */ 952/* admin messages */
953#define MSG_TYPE_ADMIN_RULES 1 953#define MSG_TYPE_ADMIN_RULES 1
954#define MSG_TYPE_ADMIN_NEWS 2 954#define MSG_TYPE_ADMIN_NEWS 2
955 955
956/**
957 * Maximum distance a player may hear a sound from.
958 * This is only used for new client/server sound. If the sound source
959 * on the map is farther away than this, we don't sent it to the client.
960 */
961#define MAX_SOUND_DISTANCE 16
962
956#endif /* DEFINE_H */ 963#endif /* DEFINE_H */
957 964

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines