Difference for include/newserver.h from version 1.32 to 1.33


version 1.32 version 1.33
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_newserver_h =   * static char *rcsid_newserver_h =
  *   "$Id: newserver.h,v 1.32 2005/08/31 21:53:08 akirschbaum Exp $";   *   "$Id: newserver.h,v 1.33 2005/10/24 22:51:03 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 64
 
Line 64
 };  };
   
 /* True max is 16383 given current map compaction method */  /* True max is 16383 given current map compaction method */
 #define MAXFACENUM  5000  
 #define MAXANIMNUM  2000  #define MAXANIMNUM  2000
   
 struct statsinfo {  struct statsinfo {
Line 103
 
Line 102
     enum Sock_Status status;      enum Sock_Status status;
     int fd;      int fd;
     struct Map lastmap;      struct Map lastmap;
     uint8 faces_sent[MAXFACENUM];   /* This is a bitmap on sent face status */      uint8 *faces_sent;      /* This is a bitmap on sent face status; it has nrofpixmaps entries */
     uint8 anims_sent[MAXANIMNUM];      uint8 anims_sent[MAXANIMNUM];
     struct statsinfo stats;      struct statsinfo stats;
     /* If we get an incomplete packet, this is used to hold the data. */      /* If we get an incomplete packet, this is used to hold the data. */


Legend:
line(s) removed in v.1.32 
line(s) changed
 line(s) added in v.1.33

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