Difference for include/newserver.h from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_newserver_h =   * static char *rcsid_newserver_h =
  *   "$Id: newserver.h,v 1.6 2000/12/04 00:40:04 cvs Exp $";   *   "$Id: newserver.h,v 1.7 2001/02/03 05:30:18 cvs Exp $";
  */   */
   
 /*  /*
Line 109
 
Line 109
   char *name;   /* name of the image, including component path names (ie,    char *name;   /* name of the image, including component path names (ie,
                  * ./arch/system/bug.111)                   * ./arch/system/bug.111)
                  */                   */
   char *data[FACE_TYPES];   /* xpm data */    char *data[FACE_TYPES]; /* image data */
   uint16 datalen[FACE_TYPES];   /* length of the xpm data */    uint16 datalen[FACE_TYPES];   /* length of the xpm data */
     uint32 checksum; /* Checksum of face data */
 } FaceInfo;  } FaceInfo;
   
   
Line 125
 
Line 126
 extern FaceInfo faces[MAXFACENUM];  /* face information */  extern FaceInfo faces[MAXFACENUM];  /* face information */
   
 #define VERSION_CS 1022  #define VERSION_CS 1022
 #define VERSION_SC 1025  #define VERSION_SC 1026
 #define VERSION_INFO "Crossfire Server"  #define VERSION_INFO "Crossfire Server"
   
   


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

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