Difference for server/player.c from version 1.116 to 1.117


version 1.116 version 1.117
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.116 2003/01/23 07:38:43 mwedel Exp $";   *   "$Id: player.c,v 1.117 2003/01/30 00:07:09 garbled Exp $";
  */   */
   
 /*  /*
Line 2249
 
Line 2249
          op->contr->killer);           op->contr->killer);
  tmp->msg=add_string(buf);   tmp->msg=add_string(buf);
  tmp->value=0, tmp->material=0, tmp->type=0;   tmp->value=0, tmp->material=0, tmp->type=0;
    tmp->materialname = NULL;
  tmp->x = op->x, tmp->y = op->y;   tmp->x = op->x, tmp->y = op->y;
  insert_ob_in_map(tmp,op->map,op,0);   insert_ob_in_map(tmp,op->map,op,0);
       }        }


Legend:
line(s) removed in v.1.116 
line(s) changed
 line(s) added in v.1.117

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