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


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_newserver_h =   * static char *rcsid_newserver_h =
  *   "$Id: newserver.h,v 1.17 2001/07/22 18:48:46 smacfiggen Exp $";   *   "$Id: newserver.h,v 1.18 2001/11/04 20:22:55 michtoen Exp $";
  */   */
   
 /*  /*
Line 41
 
Line 41
   
 struct MapCell {  struct MapCell {
   short faces[MAXMAPCELLFACES];    short faces[MAXMAPCELLFACES];
     char quick_pos[MAXMAPCELLFACES];
   int count;    int count;
 };  };
   
Line 97
 
Line 98
     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 */
       uint32  map2cmd:1;     /* Always use map1 protocol command */
     uint32  newmapcmd:1;    /* Send newmap command when entering new map SMACFIGGEN*/      uint32  newmapcmd:1;    /* Send newmap command when entering new map SMACFIGGEN*/
     uint32  darkness:1;     /* True if client wants darkness information */      uint32  darkness:1;     /* True if client wants darkness information */
     uint32  newanim:1;      /* enable the advanced animation system - MT */      uint32  newanim:1;      /* enable the advanced animation system - MT */


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

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