Difference for common/item.c from version 1.17 to 1.18


version 1.17 version 1.18
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_item_c =   * static char *rcsid_item_c =
  *   "$Id: item.c,v 1.17 2001/06/12 04:29:44 mwedel Exp $";   *   "$Id: item.c,v 1.18 2001/07/14 04:04:53 mwedel Exp $";
  */   */
   
 /*  /*
Line 981
 
Line 981
   }    }
   
   if (op->map) /* The shop identifies items before they hit the ground */    if (op->map) /* The shop identifies items before they hit the ground */
     update_object(op);      /* I don't think identification will change anything but face */
       update_object(op,UP_OBJ_FACE);
   else {    else {
     pl = is_player_inv(op->env);      pl = is_player_inv(op->env);
     if (pl)      if (pl)


Legend:
line(s) removed in v.1.17 
line(s) changed
 line(s) added in v.1.18

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