Difference for server/spell_effect.c from version 1.68 to 1.69


version 1.68 version 1.69
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.68 2002/01/01 03:56:23 mwedel Exp $";   *   "$Id: spell_effect.c,v 1.69 2002/02/11 04:22:06 mwedel Exp $";
  */   */
   
   
Line 3135
 
Line 3135
      SET_FLAG(tmp, FLAG_NO_DROP);       SET_FLAG(tmp, FLAG_NO_DROP);
  }   }
  dir = absdir(dir + 1);   dir = absdir(dir + 1);
  if (arch_blocked(head->arch,op->map, op->x + freearr_x[dir],   if (arch_blocked(mon->arch,op->map, op->x + freearr_x[dir],
  op->y + freearr_y[dir])) {   op->y + freearr_y[dir])) {
   
      if (i < number) {       if (i < number) {


Legend:
line(s) removed in v.1.68 
line(s) changed
 line(s) added in v.1.69

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