Difference for server/monster.c from version 1.74 to 1.75


version 1.74 version 1.75
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_monster_c =   * static char *rcsid_monster_c =
  *    "$Id: monster.c,v 1.74 2005/04/16 05:30:47 mwedel Exp $";   *    "$Id: monster.c,v 1.75 2005/04/17 04:25:55 mwedel Exp $";
  */   */
   
 /*  /*
Line 1901
 
Line 1901
   
  x1 = abs(x - op->x)*abs(x - op->x);   x1 = abs(x - op->x)*abs(x - op->x);
  y1 = abs(y - op->y)*abs(y - op->y);   y1 = abs(y - op->y)*abs(y - op->y);
  if ((int)(sqrt(x1 + y1)) > 0) return 1;    if (isqrt(x1 + y1) > 0) return 1;
      }       }
  }   }
     }      }


Legend:
line(s) removed in v.1.74 
line(s) changed
 line(s) added in v.1.75

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