Difference for server/attack.c from version 1.9 to 1.10


version 1.9 version 1.10
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_attack_c =   * static char *rcsid_attack_c =
  *   "$Id: attack.c,v 1.9 2000/05/26 09:50:48 jec Exp $";   *   "$Id: attack.c,v 1.10 2000/05/26 10:14:55 jec Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 850
 
Line 850
      op->speed_left= -0.05;       op->speed_left= -0.05;
      return maxdam;       return maxdam;
  }   }
  if(op->type==GOLEM) {   if(QUERY_FLAG (op, FLAG_FRIENDLY)) {
      remove_friendly_object(op);       remove_friendly_object(op);
      if(get_owner(op)!=NULL)       if(get_owner(op)!=NULL)
  op->owner->contr->golem=NULL;   op->owner->contr->golem=NULL;


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

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