Difference for common/item.c from version 1.45 to 1.46


version 1.45 version 1.46
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_item_c =   * static char *rcsid_item_c =
  *   "$Id: item.c,v 1.45 2004/06/11 07:23:37 mwedel Exp $";   *   "$Id: item.c,v 1.46 2004/06/12 19:09:35 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 244
 
Line 244
   
 char *query_weight(object *op) {  char *query_weight(object *op) {
   static char buf[10];    static char buf[10];
   int i=op->nrof?op->nrof*op->weight:op->weight+op->carrying;    sint32 i=op->nrof?op->nrof*op->weight:op->weight+op->carrying;
   
   if(op->weight<0)    if(op->weight<0)
     return "      ";      return "      ";


Legend:
line(s) removed in v.1.45 
line(s) changed
 line(s) added in v.1.46

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