Difference for server/attack.c from version 1.125 to 1.126


version 1.125 version 1.126
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_attack_c =   * static char *rcsid_attack_c =
  *   "$Id: attack.c,v 1.125 2006/05/05 09:26:34 ryo_saeba Exp $";   *   "$Id: attack.c,v 1.126 2006/07/02 15:32:35 tchize Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 202
 
Line 202
                   fix_stopped_item (op, m, originator);                    fix_stopped_item (op, m, originator);
  } else {   } else {
      if (op->env) {       if (op->env) {
  object *tmp= is_player_inv(op->env);   object *tmp= get_player_container(op->env);
   
  if (tmp) {   if (tmp) {
      esrv_del_item(tmp->contr, op->count);       esrv_del_item(tmp->contr, op->count);


Legend:
line(s) removed in v.1.125 
line(s) changed
 line(s) added in v.1.126

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