Difference for server/spell_attack.c from version 1.1 to 1.2


version 1.1 version 1.2
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_spell_attack_c =   * static char *rcsid_spell_attack_c =
  *   "$Id: spell_attack.c,v 1.1 2003/09/13 05:02:13 mwedel Exp $";   *   "$Id: spell_attack.c,v 1.2 2003/11/14 07:57:10 mwedel Exp $";
  */   */
   
   
Line 842
 
Line 842
     at = find_archetype(SPLINT);      at = find_archetype(SPLINT);
     if (at) {      if (at) {
  for(i=1;i<9;i++) {   for(i=1;i<9;i++) {
        if (out_of_map(op->map, op->x + freearr_x[i], op->y + freearr_x[i]))
    continue;
      tmp = arch_to_object(at);       tmp = arch_to_object(at);
      tmp->direction = i;       tmp->direction = i;
      tmp->range = op->range;       tmp->range = op->range;


Legend:
line(s) removed in v.1.1 
line(s) changed
 line(s) added in v.1.2

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