Difference for include/recipe.h from version 1.7 to 1.8


version 1.7 version 1.8
Line 11
 
Line 11
     int transmute;     /* if defined, one of the formula ingredients is      int transmute;     /* if defined, one of the formula ingredients is
  * used as the basis for the product object */   * used as the basis for the product object */
     int yield;         /* The maximum number of items produced by the recipe */      int yield;         /* The maximum number of items produced by the recipe */
     linked_char *ingred; /* comma delimited list of ingredients */      linked_char *ingred; /* list of ingredients */
     struct recipestruct *next;      struct recipestruct *next;
     const char *keycode;     /* keycode needed to use the recipe */      const char *keycode;     /* keycode needed to use the recipe */
     const char *skill;       /* skill name used to make this recipe */      const char *skill;       /* skill name used to make this recipe */


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

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