Difference for include/newclient.h from version 1.12 to 1.13


version 1.12 version 1.13
Line 1
 
Line 1
 /*  /*
  * 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 $";
  */   */
   
 /*  /*
Line 236
 
Line 236
 #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;


Legend:
line(s) removed in v.1.12 
line(s) changed
 line(s) added in v.1.13

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:25