Difference for common/map.c from version 1.25 to 1.26


version 1.25 version 1.26
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_map_c =   * static char *rcsid_map_c =
  *   "$Id: map.c,v 1.25 2001/11/04 20:22:55 michtoen Exp $";   *   "$Id: map.c,v 1.26 2001/11/05 08:21:05 mwedel Exp $";
  */   */
   
 /*  /*
Line 1828
 
Line 1828
     }      }
     best = op1;      best = op1;
     /* If this is multipart, find the closest part now */      /* If this is multipart, find the closest part now */
     if (flags & 0x1 && op1->more) {      if (!(flags & 0x1) && op1->more) {
  object *tmp;   object *tmp;
  int best_distance = retval->distance_x * retval->distance_x +   int best_distance = retval->distance_x * retval->distance_x +
      retval->distance_y * retval->distance_y, tmpi;       retval->distance_y * retval->distance_y, tmpi;


Legend:
line(s) removed in v.1.25 
line(s) changed
 line(s) added in v.1.26

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