Difference for server/player.c from version 1.2 to 1.3


version 1.2 version 1.3
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_player_c =   * static char *rcsid_player_c =
  *   "$Id: player.c,v 1.2 1999/05/05 06:30:25 uid200 Exp $";   *   "$Id: player.c,v 1.3 1999/05/08 22:52:42 cvs Exp $";
  */   */
   
 /*  /*
Line 1554
 
Line 1554
      dep = arch_to_object(deparch);       dep = arch_to_object(deparch);
      insert_ob_in_ob(dep, op);       insert_ob_in_ob(dep, op);
  }   }
    change_attr_value(&(dep->stats), i,-1);
  SET_FLAG(dep, FLAG_APPLIED);   SET_FLAG(dep, FLAG_APPLIED);
  new_draw_info(NDI_UNIQUE, 0,op, lose_msg[i]);   new_draw_info(NDI_UNIQUE, 0,op, lose_msg[i]);
  fix_player(op);   fix_player(op);


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

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