Difference for include/newserver.h from version 1.18 to 1.19


version 1.18 version 1.19
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_newserver_h =   * static char *rcsid_newserver_h =
  *   "$Id: newserver.h,v 1.18 2001/11/04 20:22:55 michtoen Exp $";   *   "$Id: newserver.h,v 1.19 2001/11/17 21:25:21 michtoen Exp $";
  */   */
   
 /*  /*
Line 54
 
Line 54
 #define MAXANIMNUM  2000  #define MAXANIMNUM  2000
   
 struct statsinfo {  struct statsinfo {
     char *range, *title;      char *range, *title, *ext_title;
 };  };
   
   
Line 95
 
Line 95
     Buffer  outputbuffer;   /* For undeliverable data */      Buffer  outputbuffer;   /* For undeliverable data */
     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  ext2:1;         /* enables the new sdl client/server stuff */
       uint32  ext_title_flag;  /* if 1, we should generate and send a new ext_title update */
     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  skillexp:1;     /* does the client want skill exp data - MT*/
     uint32  map1cmd:1;     /* Always use map1 protocol command */      uint32  map1cmd:1;     /* Always use map1 protocol command */


Legend:
line(s) removed in v.1.18 
line(s) changed
 line(s) added in v.1.19

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