Difference for socket/item.c from version 1.6 to 1.7


version 1.6 version 1.7
Line 1
 
Line 1
   
 /*  /*
  * static char *rcsid_item_c =   * static char *rcsid_item_c =
  *    "$Id: item.c,v 1.6 2000/11/03 05:42:56 cvs Exp $";   *    "$Id: item.c,v 1.7 2000/11/06 23:06:48 jec Exp $";
  */   */
   
 /*  /*
Line 710
 
Line 710
  }   }
  return;   return;
     } else if (to == pl->count) {     /* pick it up to the inventory */      } else if (to == pl->count) {     /* pick it up to the inventory */
  /* pick_up_object (pl, pl, op, nrof);*/  
  /* Using pick_up will cause objects to get put into containers. */  
  pl->contr->count = nrof;   pl->contr->count = nrof;
  pick_up(pl, op);   pick_up(pl, op);
  return ;   return ;


Legend:
line(s) removed in v.1.6 
line(s) changed
 line(s) added in v.1.7

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