--- deliantra/server/include/material.h 2006/08/13 17:16:02 1.2 +++ deliantra/server/include/material.h 2006/08/29 08:01:36 1.3 @@ -46,11 +46,11 @@ #define M_BONE 2048 #define M_ICE 4096 #define M_SPECIAL 8192 /* when displaying names, don't show the - materialname */ + materialname */ struct materialtype_t { const char *name; - const char *description; + const char *description; int material; sint8 save[NROFATTACKS]; sint8 mod[NROFATTACKS]; @@ -60,7 +60,7 @@ sint8 damage; sint8 wc; sint8 ac; - sint8 sp; + sint8 sp; int weight; int value; struct materialtype_t *next;