version 1.9 | | version 1.10 |
---|
| | |
/* | | /* |
* 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 $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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]; |