Difference for server/spell_attack.c from version 1.31 to 1.32


version 1.31 version 1.32
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_attack_c =   * static char *rcsid_spell_attack_c =
  *   "$Id: spell_attack.c,v 1.31 2006/01/01 13:39:01 akirschbaum Exp $";   *   "$Id: spell_attack.c,v 1.32 2006/01/07 12:49:21 akirschbaum Exp $";
  */   */
   
   
Line 829
 
Line 829
  set_owner(tmp,op);   set_owner(tmp,op);
  set_spell_skill(op, caster, spell, tmp);   set_spell_skill(op, caster, spell, tmp);
  tmp->level = caster_level (caster, spell);   tmp->level = caster_level (caster, spell);
  tmp->x=x,tmp->y=y;   tmp->x = sx;
    tmp->y = sy;
  tmp->attacktype=spell->attacktype;   tmp->attacktype=spell->attacktype;
   
  /* holy word stuff */                   /* holy word stuff */               


Legend:
line(s) removed in v.1.31 
line(s) changed
 line(s) added in v.1.32

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