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


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_material_h =   * static char *rcsid_material_h =
  *   "$Id: material.h,v 1.8 2003/01/30 00:07:08 garbled Exp $";   *   "$Id: material.h,v 1.9 2003/02/14 05:50:33 garbled Exp $";
  */   */
   
 /*  /*
Line 45
 
Line 45
 #define M_SOFT_METAL 1024  #define M_SOFT_METAL 1024
 #define M_BONE 2048  #define M_BONE 2048
 #define M_ICE 4096  #define M_ICE 4096
   #define M_SPECIAL 8192 /* when displaying names, don't show the
 /*      materialname */
 typedef struct {  
   char  *name;  
   sint8  save[NROFATTACKS];  
 } materialtype;  
   
 EXTERN materialtype material[NROFMATERIALS];  
 */  
   
 typedef struct _materialtype {  typedef struct _materialtype {
     char *name;      char *name;
Line 75
 
Line 68
   
 EXTERN materialtype_t *materialt;  EXTERN materialtype_t *materialt;
   
 /* The data is initialized in common/item.c */  
   
 #endif /* MATERIAL_H_1 */  #endif /* MATERIAL_H_1 */
   


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

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