Difference for common/treasure.c from version 1.62 to 1.63


version 1.62 version 1.63
Line 1
 
Line 1
   
 /*  /*
  * static char *rcs_treasure_c =   * static char *rcs_treasure_c =
  *   "$Id: treasure.c,v 1.62 2005/12/05 23:34:03 akirschbaum Exp $";   *   "$Id: treasure.c,v 1.63 2006/01/07 18:56:51 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 1293
 
Line 1293
 #endif  #endif
  op->face = change->face;   op->face = change->face;
     }      }
     for (i = 0; i < 7; i++)      for (i = 0; i < NUM_STATS; i++)
  change_attr_value(&(op->stats), i, get_attr_value(&(change->stats), i));   change_attr_value(&(op->stats), i, get_attr_value(&(change->stats), i));
   
     op->attacktype |= change->attacktype;      op->attacktype |= change->attacktype;


Legend:
line(s) removed in v.1.62 
line(s) changed
 line(s) added in v.1.63

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