Difference for include/newserver.h from version 1.39 to 1.40


version 1.39 version 1.40
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_newserver_h =   * static char *rcsid_newserver_h =
  *   "$Id: newserver.h,v 1.39 2006/05/18 05:27:44 mwedel Exp $";   *   "$Id: newserver.h,v 1.40 2006/05/20 12:36:48 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 144
 
Line 144
     uint8   itemcmd;     /* What version of the 'item' protocol command to use */      uint8   itemcmd;     /* What version of the 'item' protocol command to use */
     uint8   faceset;     /* Set the client is using, default 0 */      uint8   faceset;     /* Set the client is using, default 0 */
     uint32  ext_mapinfos:1;  /* If true client accept additionnal info on maps*/      uint32  ext_mapinfos:1;  /* If true client accept additionnal info on maps*/
       uint32 is_bot:1; /* Client shouldn't be reported to metaserver */
     /* Below are flags for extedend infos to pass to client       /* Below are flags for extedend infos to pass to client
      * with S->C mapextended command */       * with S->C mapextended command */
     uint32  EMI_smooth:1;   /* Send smooth in extendmapinfos*/          uint32  EMI_smooth:1;   /* Send smooth in extendmapinfos*/   


Legend:
line(s) removed in v.1.39 
line(s) changed
 line(s) added in v.1.40

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