Difference for common/item.c from version 1.30 to 1.31


version 1.30 version 1.31
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_item_c =   * static char *rcsid_item_c =
  *   "$Id: item.c,v 1.30 2003/01/05 23:50:10 mwedel Exp $";   *   "$Id: item.c,v 1.31 2003/01/17 06:23:54 mwedel Exp $";
  */   */
   
 /*  /*
Line 955
 
Line 955
      sprintf(buf,"(Max speed %1.2f)", ARMOUR_SPEED(op) / 10.0);       sprintf(buf,"(Max speed %1.2f)", ARMOUR_SPEED(op) / 10.0);
      strcat(retbuf, buf);       strcat(retbuf, buf);
  }   }
  if (ARMOUR_SPELLS(op))   if (ARMOUR_SPELLS(op)) {
      sprintf(buf,"(Spell regen penalty %d)", ARMOUR_SPELLS(op));       sprintf(buf,"(Spell regen penalty %d)", ARMOUR_SPELLS(op));
  strcat(retbuf, buf);   strcat(retbuf, buf);
    }
  more_info=1;   more_info=1;
  break;   break;
   


Legend:
line(s) removed in v.1.30 
line(s) changed
 line(s) added in v.1.31

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