Difference for common/recipe.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 278
 
Line 278
 /* Find a treasure with a matching name.  The 'depth' parameter is  /* Find a treasure with a matching name.  The 'depth' parameter is
  * only there to prevent infinite loops in treasure lists (a list   * only there to prevent infinite loops in treasure lists (a list
  * referencing another list pointing back to the first one). */   * referencing another list pointing back to the first one). */
 archetype *find_treasure_by_name (treasure *t, char *name, int depth)  archetype *find_treasure_by_name (treasure *t, const char *name, int depth)
 {  {
   treasurelist *tl;    treasurelist *tl;
   archetype    *at;    archetype    *at;


Legend:
line(s) removed in v.1.9 
line(s) changed
 line(s) added in v.1.10

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