Difference for server/spell_effect.c from version 1.22 to 1.23


version 1.22 version 1.23
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_effect_c =   * static char *rcsid_spell_effect_c =
  *   "$Id: spell_effect.c,v 1.22 2000/06/09 12:01:47 jec Exp $";   *   "$Id: spell_effect.c,v 1.23 2000/10/05 23:25:52 peterm Exp $";
  */   */
   
   
Line 3433
 
Line 3433
    }     }
    free_object(disease);     free_object(disease);
  }   }
    /* no more infecting through walls. */
    if(blocked(op->map,x,y)) return 0;
   }    }
   new_draw_info(NDI_UNIQUE,0,op,"No one caught anything!");    new_draw_info(NDI_UNIQUE,0,op,"No one caught anything!");
   return 0;    return 0;


Legend:
line(s) removed in v.1.22 
line(s) changed
 line(s) added in v.1.23

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