Difference for server/attack.c from version 1.97 to 1.98


version 1.97 version 1.98
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_attack_c =   * static char *rcsid_attack_c =
  *   "$Id: attack.c,v 1.97 2004/03/24 08:15:17 mwedel Exp $";   *   "$Id: attack.c,v 1.98 2004/05/04 07:14:53 mwedel Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1536
 
Line 1536
   
   
     /* If you didn't kill yourself, and your not the wizard */      /* If you didn't kill yourself, and your not the wizard */
     if(hitter!=op && !QUERY_FLAG(op, FLAG_WAS_WIZ)) {      if(owner!=op && !QUERY_FLAG(op, FLAG_WAS_WIZ)) {
  int exp;   int exp;
   
  exp = calc_skill_exp(owner,op, skop);   exp = calc_skill_exp(owner,op, skop);


Legend:
line(s) removed in v.1.97 
line(s) changed
 line(s) added in v.1.98

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