X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fproduct.h;h=79d532dd4f2058880cbc8aeeb8a46494b73a3a47;hp=c15aeaa4ec73cf244c2c9a041e12aa4afb9e01ce;hb=HEAD;hpb=06487a46a3aef9f7264b4d108c89e742dd3a67f0 diff --git a/include/product.h b/include/product.h index c15aeaa4e..79d532dd4 100644 --- a/include/product.h +++ b/include/product.h @@ -45,6 +45,7 @@ struct pchrstr { int p_uid; i_type p_ctype[MAXPRCON]; /* constituent types */ unsigned short p_camt[MAXPRCON]; /* constituent amounts */ + int p_bwork; /* work to build one product unit */ i_type p_type; /* product item type, or I_NONE if level */ int p_level; /* level index (NAT_?LEV), or -1 if item */ int p_cost; /* dollars / product unit */