Difference for server/attack.c from version 1.29 to 1.30


version 1.29 version 1.30
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_attack_c =   * static char *rcsid_attack_c =
  *   "$Id: attack.c,v 1.29 2001/01/15 23:49:21 cvs Exp $";   *   "$Id: attack.c,v 1.30 2001/01/19 05:43:31 cvs Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 1138
 
Line 1138
      op->speed_left= -0.05;       op->speed_left= -0.05;
      return maxdam;       return maxdam;
  }   }
  if(QUERY_FLAG (op, FLAG_FRIENDLY)) {   if(QUERY_FLAG (op, FLAG_FRIENDLY) && op->type != PLAYER) {
      remove_friendly_object(op);       remove_friendly_object(op);
      if (get_owner (op) != NULL && op->owner->type == PLAYER)       if (get_owner (op) != NULL && op->owner->type == PLAYER)
  op->owner->contr->golem=NULL;   op->owner->contr->golem=NULL;


Legend:
line(s) removed in v.1.29 
line(s) changed
 line(s) added in v.1.30

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