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


version 1.20 version 1.21
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_attack_c =   * static char *rcsid_spell_attack_c =
  *   "$Id: spell_attack.c,v 1.20 2005/07/19 20:59:34 ryo_saeba Exp $";   *   "$Id: spell_attack.c,v 1.21 2005/08/12 13:46:34 ryo_saeba Exp $";
  */   */
   
   
Line 1202
 
Line 1202
     sint16 sx,sy;      sint16 sx,sy;
     mapstruct *m;      mapstruct *m;
     object *tmp;      object *tmp;
     char *skill;      const char *skill;
   
     range = spell_ob->range + SP_level_range_adjust(caster, spell_ob);      range = spell_ob->range + SP_level_range_adjust(caster, spell_ob);
     dam = spell_ob->stats.dam + SP_level_dam_adjust(caster, spell_ob);      dam = spell_ob->stats.dam + SP_level_dam_adjust(caster, spell_ob);
Line 1365
 
Line 1365
     int done_one, range, mflags, level, at, best_at;      int done_one, range, mflags, level, at, best_at;
     sint16 x, y, nx, ny;      sint16 x, y, nx, ny;
     mapstruct *m;      mapstruct *m;
     char *race;      const char *race;
   
     /* We precompute some values here so that we don't have to keep      /* We precompute some values here so that we don't have to keep
      * doing it over and over again.       * doing it over and over again.


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:47