diff --git a/src/cw/item.h b/src/cw/item.h index 3ef7bfed..d96c620f 100644 --- a/src/cw/item.h +++ b/src/cw/item.h @@ -35,8 +35,10 @@ struct cw_itemdef { const char *sub_id; /** Type */ mbagtype_t type; - - const char *meta_id; + /** + * A category this item belongs to. + */ + const char *cat; }; typedef struct cw_itemdef cw_itemdef_t;