version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* static char *rcsid_newclient_h = | | * static char *rcsid_newclient_h = |
* "$Id: newclient.h,v 1.12 2006/01/09 19:35:12 cavesomething Exp $"; | | * "$Id: newclient.h,v 1.13 2006/05/18 05:27:44 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
#define SOUND_NORMAL 0 | | #define SOUND_NORMAL 0 |
#define SOUND_SPELL 1 | | #define SOUND_SPELL 1 |
| | |
| | #define FACE_IS_ANIM 1<<15 |
| | #define ANIM_RANDOM 1<<13 |
| | #define ANIM_SYNC 2<<13 |
| | |
/* Contains the base information we use to make up a packet we want to send. */ | | /* Contains the base information we use to make up a packet we want to send. */ |
typedef struct SockList { | | typedef struct SockList { |
int len; | | int len; |