Difference for include/material.h from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_material_h =   * static char *rcsid_material_h =
  *   "$Id: material.h,v 1.9 2003/02/14 05:50:33 garbled Exp $";   *   "$Id: material.h,v 1.10 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
 /*  /*
Line 49
 
Line 49
     materialname */      materialname */
   
 typedef struct _materialtype {  typedef struct _materialtype {
     char *name;      const char *name;
  char *description;   const char *description;
     int material;      int material;
     sint8 save[NROFATTACKS];      sint8 save[NROFATTACKS];
     sint8 mod[NROFATTACKS];      sint8 mod[NROFATTACKS];


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

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