Difference for server/c_object.c from version 1.8 to 1.9


version 1.8 version 1.9
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_object_c =   * static char *rcsid_c_object_c =
  *   "$Id: c_object.c,v 1.8 2000/06/21 09:34:56 jec Exp $";   *   "$Id: c_object.c,v 1.9 2000/06/28 04:53:58 cvs Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 827
 
Line 827
  for (tmp=op->inv; tmp; tmp=next) {   for (tmp=op->inv; tmp; tmp=next) {
      next=tmp->below;       next=tmp->below;
      if (QUERY_FLAG(tmp,FLAG_NO_DROP) ||        if (QUERY_FLAG(tmp,FLAG_NO_DROP) ||
  !tmp->invisible) continue;   tmp->invisible) continue;
      if (item_matched_string(op,tmp,params)) {       if (item_matched_string(op,tmp,params)) {
  drop(op, tmp);   drop(op, tmp);
  did_one=1;   did_one=1;


Legend:
line(s) removed in v.1.8 
line(s) changed
 line(s) added in v.1.9

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