Difference for server/attack.c from version 1.20 to 1.21


version 1.20 version 1.21
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_attack_c =   * static char *rcsid_attack_c =
  *   "$Id: attack.c,v 1.20 2000/11/17 11:16:45 peterm Exp $";   *   "$Id: attack.c,v 1.21 2000/11/18 03:32:34 peterm Exp $";
  */   */
 /*  /*
     CrossFire, A Multiplayer game for X-windows      CrossFire, A Multiplayer game for X-windows
Line 218
 
Line 218
  /* peterm:  a few special cases for special attacktypes --counterspell   /* peterm:  a few special cases for special attacktypes --counterspell
         must be out here because it strikes things which are not alive*/          must be out here because it strikes things which are not alive*/
   if(type&AT_COUNTERSPELL) {    if(type&AT_COUNTERSPELL) {
     counterspell(op);  /* see newspells.c */      counterspell(op,dir);  /* see newspells.c */
     if(!(type & ~(AT_COUNTERSPELL|AT_MAGIC))){      if(!(type & ~(AT_COUNTERSPELL|AT_MAGIC))){
 #ifdef NO_CONE_PROPOGATE  #ifdef NO_CONE_PROPOGATE
  return 1;   return 1;


Legend:
line(s) removed in v.1.20 
line(s) changed
 line(s) added in v.1.21

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