Difference for common/treasure.c from version 1.53 to 1.54


version 1.53 version 1.54
Line 1
 
Line 1
   
 /*  /*
  * static char *rcs_treasure_c =   * static char *rcs_treasure_c =
  *   "$Id: treasure.c,v 1.53 2005/04/27 06:25:15 mwedel Exp $";   *   "$Id: treasure.c,v 1.54 2005/07/14 09:18:54 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 162
 
Line 162
     if (t->item==NULL && t->name==NULL)      if (t->item==NULL && t->name==NULL)
  LOG(llevError,"Treasurelist %s has element with no name or archetype\n", tl->name);   LOG(llevError,"Treasurelist %s has element with no name or archetype\n", tl->name);
     if (t->chance>=100 && t->next_yes && (t->next || t->next_no))      if (t->chance>=100 && t->next_yes && (t->next || t->next_no))
  LOG(llevError,"Treasurelist %s has element that has 100% generation, next_yes field as well as next or next_no\n",   LOG(llevError,"Treasurelist %s has element that has 100%% generation, next_yes field as well as next or next_no\n",
  tl->name);   tl->name);
     /* find_treasurelist will print out its own error message */      /* find_treasurelist will print out its own error message */
     if (t->name && strcmp(t->name,"NONE"))      if (t->name && strcmp(t->name,"NONE"))


Legend:
line(s) removed in v.1.53 
line(s) changed
 line(s) added in v.1.54

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