Difference for server/c_wiz.c from version 1.73 to 1.74


version 1.73 version 1.74
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_c_wiz_c =   * static char *rcsid_c_wiz_c =
  *   "$Id: c_wiz.c,v 1.73 2005/10/31 18:44:02 ryo_saeba Exp $";   *   "$Id: c_wiz.c,v 1.74 2005/10/31 20:58:06 akirschbaum Exp $";
  */   */
   
 /*  /*
Line 770
 
Line 770
  int size_y = 0;   int size_y = 0;
  while (check)   while (check)
  {   {
  size_x = max(size_x, check->arch->clone.x);   size_x = MAX(size_x, check->arch->clone.x);
  size_y = max(size_y, check->arch->clone.y);   size_y = MAX(size_y, check->arch->clone.y);
  check = check->more;   check = check->more;
  }   }
  if (out_of_map(op->map,head->x + size_x, head->y + size_y))   if (out_of_map(op->map,head->x + size_x, head->y + size_y))


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

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