Difference for include/newserver.h from version 1.10 to 1.11


version 1.10 version 1.11
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_newserver_h =   * static char *rcsid_newserver_h =
  *   "$Id: newserver.h,v 1.10 2001/04/09 00:57:18 michtoen Exp $";   *   "$Id: newserver.h,v 1.11 2001/04/09 06:59:46 mwedel Exp $";
  */   */
   
 /*  /*
Line 95
 
Line 95
     uint32  facecache:1;    /* IF true, client is caching images */      uint32  facecache:1;    /* IF true, client is caching images */
     uint32  sent_scroll:1;      uint32  sent_scroll:1;
     uint32  sound:1;     /* does the client want sound */      uint32  sound:1;     /* does the client want sound */
  uint32  skillexp:1; /* does the client want skill exp data - MT*/  
     uint32  cs_version, sc_version; /* versions of the client */      uint32  cs_version, sc_version; /* versions of the client */
     uint32  update_look:1;  /* If true, we need to send the look window */      uint32  update_look:1;  /* If true, we need to send the look window */
     uint32  can_write:1;    /* Can we write to this socket? */      uint32  can_write:1;    /* Can we write to this socket? */
Line 106
 
Line 105
     enum Old_Mode old_mode;      enum Old_Mode old_mode;
 } NewSocket;  } NewSocket;
   
   
   
 #define FACE_TYPES  3  #define FACE_TYPES  3
   
 typedef struct FaceInfo {  typedef struct FaceInfo {


Legend:
line(s) removed in v.1.10 
line(s) changed
 line(s) added in v.1.11

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